Files
minecraft-assets/data/minecraft/recipes/leather.json
2021-10-27 18:34:40 +00:00

15 lines
202 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"##",
"##"
],
"key": {
"#": {
"item": "minecraft:rabbit_hide"
}
},
"result": {
"item": "minecraft:leather"
}
}