Files
jgl_sunlit_patch/kubejs/data/refinedstorage/recipes/detector.json
T
2026-07-31 10:34:32 +09:00

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"
}
}