Copper armor
This commit is contained in:
parent
a4f21d38a1
commit
ae8f8ff176
15 changed files with 140 additions and 4 deletions
src/resources/assets/mmm
lang
models/item/tech/tools/armor/copper
textures
items/tech/tools/armor/copper
models/armor
|
@ -36,3 +36,8 @@ item.mmm.tech.tools.shovel.copper.name=Copper Shovel
|
|||
item.mmm.tech.tools.axe.copper.name=Copper Axe
|
||||
item.mmm.tech.tools.pickaxe.copper.name=Copper Pickaxe
|
||||
item.mmm.tech.tools.sword.copper.name=Copper Sword
|
||||
|
||||
item.mmm.tech.tools.armor.copper.feet.name=Copper Boots
|
||||
item.mmm.tech.tools.armor.copper.legs.name=Copper Leggings
|
||||
item.mmm.tech.tools.armor.copper.chest.name=Copper Chestplate
|
||||
item.mmm.tech.tools.armor.copper.head.name=Copper Helmet
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/armor/copper/chest"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/armor/copper/feet"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/armor/copper/head"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/armor/copper/legs"
|
||||
}
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 178 B |
Binary file not shown.
After ![]() (image error) Size: 156 B |
Binary file not shown.
After ![]() (image error) Size: 144 B |
Binary file not shown.
After ![]() (image error) Size: 139 B |
Binary file not shown.
After ![]() (image error) Size: 938 B |
Binary file not shown.
After ![]() (image error) Size: 564 B |
Reference in a new issue