Climbing Rope
16×16 · BAKED

block· Machines & Other Blocks

Climbing Rope

[Let's Do] Meadow · by satisfy, jason13official
block ClimbablePickaxe Mineable

Climbing Rope is a block from [Let's Do] Meadow, crafted from Iron Ingot and Lead.

Acquisition

Crafting using Iron Ingot, Iron Ingot, Iron Ingot and Lead, arranged in the pattern shown. Produces 2× Climbing Rope.

Crafting
Iron Ingot
Iron Ingot
Iron Ingot
Lead
Climbing Rope Climbing Rope ×2 guaranteed

Mining & drops

sourcecountdrop rateconditions
Climbing Rope1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

Drops itself when broken.

Developer reference
Registry name
meadow:climbing_rope_topmount
Namespace
meadow
Mod ID
meadow
Tags (2)
minecraft:blocks/climbable
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "i i",
    " i ",
    " L "
  ],
  "ingredients": {
    "L": {
      "item": "minecraft:lead"
    },
    "i": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}