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

20 lines
342 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"DDD",
"D D"
],
"key": {
"#": {
"item": "minecraft:string"
},
"D": {
"item": "society:merino_wool"
}
},
"result": {
"item": "beachparty:trunks",
"count": 1
}
}