25 lines
395 B
JSON
25 lines
395 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"ECE",
|
|
"SMS",
|
|
"ESE"
|
|
],
|
|
"key": {
|
|
"E": {
|
|
"item": "etcetera:bismuth_ingot"
|
|
},
|
|
"C": {
|
|
"tag": "forge:chests"
|
|
},
|
|
"S": {
|
|
"item": "refinedstorage:security_card"
|
|
},
|
|
"M": {
|
|
"item": "oreganized:lead_block"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "refinedstorage:security_manager"
|
|
}
|
|
} |