Add copper armour assets

This commit is contained in:
Sergeant Acoustic 2026-01-30 02:07:14 +00:00
parent 2cb680f59c
commit c9bc87db01
11 changed files with 35 additions and 7 deletions

View file

@ -13,5 +13,9 @@
"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"
} }

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "mc_rebalance:item/copper_boots"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "mc_rebalance:item/copper_chestplate"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "mc_rebalance:item/copper_helmet"
}
}

View file

@ -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