* Make leather craftable back into rabbit hide * Make leather armour use rabbit hide for crafting
19 lines
279 B
JSON
19 lines
279 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"category": "misc",
|
|
"key": {
|
|
"X": {
|
|
"item": "minecraft:rabbit_hide"
|
|
}
|
|
},
|
|
"pattern": [
|
|
"X X",
|
|
"XXX",
|
|
"X X"
|
|
],
|
|
"result": {
|
|
"item": "minecraft:leather_horse_armor"
|
|
},
|
|
"show_notification": true
|
|
}
|