Add copper armour assets
This commit is contained in:
parent
2cb680f59c
commit
c9bc87db01
|
|
@ -13,5 +13,9 @@
|
|||
"item.mc_rebalance.golden_paxel": "Golden Paxel",
|
||||
"item.mc_rebalance.diamond_paxel": "Diamond 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