End Lotus Ladder
betterend:end_lotus_ladder

End Lotus Ladder

item ClimbableAxe Mineable

End Lotus Ladder is a item from Unknown Mod, crafted from Stick and End Lotus Planks.

Acquisition

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

Crafting
Stick
Stick
Stick
End Lotus Planks
Stick
Stick
Stick
End Lotus Ladder End Lotus Ladder ×3 guaranteed

Mining & drops

sourcecountchanceconditions
End Lotus Ladder1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
betterend:end_lotus_ladder
Namespace
betterend
Mod ID
unknown
Tags (2)
minecraft:blocks/climbable
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "I I",
    "I#I",
    "I I"
  ],
  "ingredients": {
    "#": {
      "item": "betterend:end_lotus_planks"
    },
    "I": {
      "item": "minecraft:stick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "ladder",
  "experience": null,
  "cooking_time": null
}