mc_rebalance_datapack/data/minecraft/recipes/leather_helmet.json
2025-08-28 19:43:46 +01:00

16 lines
235 B
JSON

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