Files
jgl_sunlit_patch/kubejs/data/create/recipes/crafting/materials/transmitter.json
T
2026-07-31 10:34:32 +09:00

24 lines
414 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"L": {
"tag": "forge:plates/copper"
},
"N": {
"item": "minecraft:lightning_rod"
},
"R": {
"tag": "forge:dusts/redstone"
},
"S": {
"tag": "forge:plates/silver"
}
},
"pattern": [" N ", "LSL", " R "],
"result": {
"item": "create:transmitter"
},
"show_notification": true
}