Crafting using Quartz Enriched Iron, Any Chests, Quartz Enriched Iron, Security Card, Machine Casing, Security Card, Quartz Enriched Iron, Security Card and Quartz Enriched Iron, arranged in the pattern shown. Produces Security Manager.
Security Manager
Refined Storage · by Refined Mods
Acquisition
Crafting using Any Security Manager and Any Light Blue Dye, in any arrangement. Produces Security Manager.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Security Manager | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
refinedstorage:security_manager- Namespace
refinedstorage- Mod ID
refinedstorage- Tags (2)
refinedstorage:blocks/security_manager refinedstorage:items/security_manager
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"ECE",
"SMS",
"ESE"
],
"ingredients": {
"C": {
"tag": "forge:chests"
},
"E": {
"item": "refinedstorage:quartz_enriched_iron"
},
"M": {
"item": "refinedstorage:machine_casing"
},
"S": {
"item": "refinedstorage:security_card"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"tag": "refinedstorage:security_manager"
},
{
"tag": "forge:dyes/light_blue"
}
],
"conditions": [],
"sequence": null,
"group_name": "refinedstorage",
"experience": null,
"cooking_time": null
}
