BetterEnd/src/main/generated/data/betterend/recipes/dragon_tree_chair.json
2023-06-11 14:36:14 +02:00

22 lines
No EOL
348 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "chair",
"key": {
"#": {
"item": "betterend:dragon_tree_slab"
},
"I": {
"item": "minecraft:stick"
}
},
"pattern": [
"I ",
"##",
"II"
],
"result": {
"item": "betterend:dragon_tree_chair"
},
"show_notification": true
}