mc_rebalance/data/minecraft/recipes/leather_leggings.json

17 lines
246 B
JSON
Raw Normal View History

{
"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
}