Files
minecraft-assets/data/minecraft/recipe/ladder.json
2024-11-06 18:31:49 +01:00

16 lines
222 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"#": "minecraft:stick"
},
"pattern": [
"# #",
"###",
"# #"
],
"result": {
"count": 3,
"id": "minecraft:ladder"
}
}