mc_rebalance_datapack/data/minecraft/recipes/leather_chestplate.json

17 lines
248 B
JSON
Raw Permalink Normal View History

2025-08-28 18:43:46 +00:00
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
"1 1",
"111",
"111"
],
"key": {
"1":{"item":"minecraft:rabbit_hide"}
},
"result": {
"item":"minecraft:leather_chestplate"
},
"show_notification":true
}