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

22 lines
317 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"A": {
"tag": "forge:plates/iron"
},
"I": {
"tag": "forge:ingots/lead"
}
},
"pattern": [
"A",
"I",
"A"
],
"result": {
"count": 4,
"item": "create:chute"
},
"show_notification": true
}