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

13 lines
170 B
JSON

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:leather"
}
],
"result": {
"item": "minecraft:rabbit_hide",
"count": 4
}
}