Crafting using Stick, Stick, Stick, Stick, Stick, Stick and Stick, arranged in the pattern shown. Produces 3× Ladder.
Ladder
Minecraft · by Mojang Studios
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Ladder | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
minecraft:ladder- Namespace
minecraft- Mod ID
minecraft- Tags (2)
minecraft:blocks/climbable minecraft:blocks/mineable/axe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"# #",
"###",
"# #"
],
"ingredients": {
"#": {
"item": "minecraft:stick"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}