Lead
minecraft:lead

Lead

Minecraft · by Mojang Studios
item

Acquisition

Crafting using String, String, String, Slimeball and String, arranged in the pattern shown. Produces 2× Lead.

Crafting
String
String
String
Slimeball
String
Lead Lead ×2 guaranteed

Crafting using Any String, Any String, Any String, Swet Ball and Any String, arranged in the pattern shown. Produces 2× Lead.

Crafting
Any String
Any String
Any String
Swet Ball
Any String
Lead Lead ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Gameplay loot table: Trail Ruins Common (minecraft) minecraft:trail_ruins_common1–1100%
Loot table: Woodland Mansion (minecraft) minecraft:woodland_mansion1–1100%
Loot table: Ancient City (minecraft) minecraft:ancient_city1–1100%
Developer reference
Registry name
minecraft:lead
Namespace
minecraft
Mod ID
minecraft

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "~~ ",
    "~O ",
    "  ~"
  ],
  "ingredients": {
    "O": {
      "item": "minecraft:slime_ball"
    },
    "~": {
      "item": "minecraft:string"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SS ",
    "SB ",
    "  S"
  ],
  "ingredients": {
    "B": {
      "tag": "aether:swet_balls"
    },
    "S": {
      "tag": "c:string"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "minecraft:lead",
  "experience": null,
  "cooking_time": null
}