mc_rebalance/data/minecraft/recipes/leather_leggings.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

17 lines
246 B
JSON

{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
"111",
"1 1",
"1 1"
],
"key": {
"1":{"item":"minecraft:rabbit_hide"}
},
"result": {
"item":"minecraft:leather_leggings"
},
"show_notification":true
}