minecraft-assets/data/minecraft/recipes/lead.json

20 lines
268 B
JSON

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