Files
minecraft-assets/data/minecraft/recipe/lead.json
2024-11-20 18:31:23 +01:00

17 lines
259 B
JSON

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