Jellyshroom Ladder
betterend:jellyshroom_ladder

Jellyshroom Ladder

item ClimbableAxe Mineable

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

Acquisition

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

Crafting
Stick
Stick
Stick
Jellyshroom Planks
Stick
Stick
Stick
Jellyshroom Ladder Jellyshroom Ladder ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Jellyshroom Ladder1–1100%

Block drops

Drops itself when broken.

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