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

20 lines
294 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"P": {
"item": "society:rubber"
},
"T": {
"item": "create:copper_casing"
}
},
"pattern": [
"T",
"P"
],
"result": {
"item": "create:spout"
},
"show_notification": true
}