28 lines
442 B
JSON
28 lines
442 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"ERE",
|
|
"CMC",
|
|
"EPE"
|
|
],
|
|
"key": {
|
|
"E": {
|
|
"item": "etcetera:bismuth_ingot"
|
|
},
|
|
"C": {
|
|
"item": "minecraft:comparator"
|
|
},
|
|
"R": {
|
|
"item": "minecraft:redstone_torch"
|
|
},
|
|
"M": {
|
|
"item": "oreganized:lead_block"
|
|
},
|
|
"P": {
|
|
"item": "society:battery"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "refinedstorage:detector"
|
|
}
|
|
} |