minecraft-src/data/minecraft/recipe/lead.json
2025-07-04 01:41:11 +03:00

21 lines
No EOL
303 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"O": {
"item": "minecraft:slime_ball"
},
"~": {
"item": "minecraft:string"
}
},
"pattern": [
"~~ ",
"~O ",
" ~"
],
"result": {
"count": 2,
"id": "minecraft:lead"
}
}