Make all horse armour craftable
This commit is contained in:
parent
ad676a7143
commit
7857835c37
18
data/mc_rebalance/recipes/diamond_horse_armor.json
Normal file
18
data/mc_rebalance/recipes/diamond_horse_armor.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"X": {
|
||||
"item": "minecraft:diamond"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"X X",
|
||||
"XXX",
|
||||
"X X"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:diamond_horse_armor"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
18
data/mc_rebalance/recipes/gold_horse_armor.json
Normal file
18
data/mc_rebalance/recipes/gold_horse_armor.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"X": {
|
||||
"item": "minecraft:gold_ingot"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"X X",
|
||||
"XXX",
|
||||
"X X"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:golden_horse_armor"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
18
data/mc_rebalance/recipes/iron_horse_armor.json
Normal file
18
data/mc_rebalance/recipes/iron_horse_armor.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"X": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"X X",
|
||||
"XXX",
|
||||
"X X"
|
||||
],
|
||||
"result": {
|
||||
"item": "minecraft:iron_horse_armor"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
Loading…
Reference in a new issue