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

20 lines
287 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"CBC",
"CBC",
"CCC"
],
"key": {
"B": {
"item": "minecraft:dirt"
},
"C": {
"tag": "minecraft:wooden_slabs"
}
},
"result": {
"item": "furniture:wooden_planter",
"count": 3
}
}