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

23 lines
No EOL
369 B
JSON

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