Ladder
minecraft:ladder

Ladder

Minecraft · by Mojang Studios
block ClimbableAxe Mineable

Acquisition

Crafting using Stick, Stick, Stick, Stick, Stick, Stick and Stick, arranged in the pattern shown. Produces 3× Ladder.

Crafting
Stick
Stick
Stick
Stick
Stick
Stick
Stick
Ladder Ladder ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Ladder1–1100%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
}