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

16 lines
224 B
JSON

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