Crafting using String, String, String, Slimeball and String, arranged in the pattern shown. Produces 2× Lead.
Lead
Minecraft · by Mojang Studios
Acquisition
Crafting using Any String, Any String, Any String, Swet Ball and Any String, arranged in the pattern shown. Produces 2× Lead.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Gameplay loot table: Trail Ruins Common (minecraft) minecraft:trail_ruins_common | 1–1 | 100% | — |
Loot table: Woodland Mansion (minecraft) minecraft:woodland_mansion | 1–1 | 100% | — |
Loot table: Ancient City (minecraft) minecraft:ancient_city | 1–1 | 100% | — |
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
}