Add copper armour assets
This commit is contained in:
parent
2cb680f59c
commit
c9bc87db01
|
|
@ -7,11 +7,15 @@
|
||||||
"advancements.end.thanks_sarge.description":"Earn a developer item for your hard work",
|
"advancements.end.thanks_sarge.description":"Earn a developer item for your hard work",
|
||||||
"advancements.nether.thanks_emerald.title":"Thank You and Farewell",
|
"advancements.nether.thanks_emerald.title":"Thank You and Farewell",
|
||||||
"advancements.nether.thanks_emerald.description":"Kill the Wither and earn a developer item",
|
"advancements.nether.thanks_emerald.description":"Kill the Wither and earn a developer item",
|
||||||
"item.mc_rebalance.wooden_paxel": "Wooden Paxel",
|
"item.mc_rebalance.wooden_paxel": "Wooden Paxel",
|
||||||
"item.mc_rebalance.stone_paxel": "Copper Paxel",
|
"item.mc_rebalance.stone_paxel": "Copper Paxel",
|
||||||
"item.mc_rebalance.iron_paxel": "Iron Paxel",
|
"item.mc_rebalance.iron_paxel": "Iron Paxel",
|
||||||
"item.mc_rebalance.golden_paxel": "Golden Paxel",
|
"item.mc_rebalance.golden_paxel": "Golden Paxel",
|
||||||
"item.mc_rebalance.diamond_paxel": "Diamond Paxel",
|
"item.mc_rebalance.diamond_paxel": "Diamond Paxel",
|
||||||
"item.mc_rebalance.netherite_paxel": "Dendrite Paxel",
|
"item.mc_rebalance.netherite_paxel": "Dendrite Paxel",
|
||||||
"item.mc_rebalance.copper_nugget": "Copper Nugget"
|
"item.mc_rebalance.copper_nugget": "Copper Nugget",
|
||||||
|
"item.mc_rebalance.copper_helmet": "Copper Helmet",
|
||||||
|
"item.mc_rebalance.copper_chestplate": "Copper Chestplate",
|
||||||
|
"item.mc_rebalance.copper_leggings": "Copper Leggings",
|
||||||
|
"item.mc_rebalance.copper_boots": "Copper Boots"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:item/generated",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "mc_rebalance:item/copper_boots"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:item/generated",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "mc_rebalance:item/copper_chestplate"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:item/generated",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "mc_rebalance:item/copper_helmet"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"parent": "minecraft:item/generated",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "mc_rebalance:item/copper_leggings"
|
||||||
|
}
|
||||||
|
}
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 171 B |
Binary file not shown.
|
After Width: | Height: | Size: 189 B |
Binary file not shown.
|
After Width: | Height: | Size: 160 B |
Binary file not shown.
|
After Width: | Height: | Size: 177 B |
Binary file not shown.
|
After Width: | Height: | Size: 423 B |
Binary file not shown.
|
After Width: | Height: | Size: 258 B |
Loading…
Reference in a new issue