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

17 lines
249 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "equipment",
"key": {
"X": {
"item": "minecraft:armadillo_scute"
}
},
"pattern": [
"X ",
"XXX",
"X X"
],
"result": {
"item": "minecraft:wolf_armor"
}
}