BetterEnd/src/main/generated/data/betterend/recipes/umbrella_tree_fence.json
2023-04-29 15:46:05 +02:00

22 lines
No EOL
362 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"group": "fence",
"key": {
"#": {
"item": "betterend:umbrella_tree_planks"
},
"I": {
"item": "minecraft:stick"
}
},
"pattern": [
"#I#",
"#I#"
],
"result": {
"count": 3,
"item": "betterend:umbrella_tree_fence"
},
"show_notification": true
}