Files
minecraft-assets/data/minecraft/recipes/lead.json
2022-06-29 18:37:59 +02:00

20 lines
278 B
JSON

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