* Make leather craftable back into rabbit hide * Make leather armour use rabbit hide for crafting
17 lines
246 B
JSON
17 lines
246 B
JSON
{
|
|
"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
|
|
}
|