ForgePatch/src/generated/resources/data/minecraft/recipes/ladder.json

17 lines
225 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"# #",
"###",
"# #"
],
"key": {
"#": {
"tag": "forge:rods/wooden"
}
},
"result": {
"item": "minecraft:ladder",
"count": 3
}
}