Files
minecraft-assets/data/minecraft/recipes/lead.json
2018-12-21 06:38:40 +00:00

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
}
}