mc_rebalance/data/minecraft/recipes/leather_horse_armor.json
Sergeant Acoustic 45212f8bac Cheaper leather armour recipes
* Make leather craftable back into rabbit hide
* Make leather armour use rabbit hide for crafting
2025-08-24 05:06:53 +01:00

19 lines
279 B
JSON

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"X": {
"item": "minecraft:rabbit_hide"
}
},
"pattern": [
"X X",
"XXX",
"X X"
],
"result": {
"item": "minecraft:leather_horse_armor"
},
"show_notification": true
}