mc_rebalance_datapack/data/mc_rebalance/recipes/rabbit_hide.json

13 lines
170 B
JSON
Raw Normal View History

2025-08-28 18:43:46 +00:00
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:leather"
}
],
"result": {
"item": "minecraft:rabbit_hide",
"count": 4
}
}