Lacugrove Ladder
betterend:lacugrove_ladder

Lacugrove Ladder

item ClimbableAxe Mineable

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

Acquisition

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

Crafting
Stick
Stick
Stick
Lacugrove Planks
Stick
Stick
Stick
Lacugrove Ladder Lacugrove Ladder ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Lacugrove Ladder1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
betterend:lacugrove_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:lacugrove_planks"
    },
    "I": {
      "item": "minecraft:stick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "ladder",
  "experience": null,
  "cooking_time": null
}