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

26 lines
392 B
JSON

{
"type": "minecraft:crafting_shaped",
"group": "galley",
"pattern": [
"lll",
"csc",
"bbb"
],
"key": {
"s": {
"item": "smallships:sail"
},
"c": {
"item": "minecraft:chest"
},
"l": {
"item": "minecraft:lead"
},
"b": {
"item": "minecraft:bamboo_raft"
}
},
"result": {
"item": "smallships:bamboo_galley"
}
}