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

21 lines
259 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"#",
"F"
],
"key": {
"#": {
"tag": "forge:rope"
},
"F": {
"item": "minecraft:flower_pot"
}
},
"result": {
"item": "beautify:hanging_pot",
"count": 1
},
"group": "hanging_pot"
}