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

19 lines
300 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"O": {
"item": "minecraft:warped_planks"
},
"W": {
"item": "etcetera:iridescent_glass"
}
},
"pattern": [
"OWO"
],
"result": {
"count": 8,
"item": "classicpipes:warped_pipe"
}
}