Bronze armor
This commit is contained in:
parent
b9c874943a
commit
d979339ee9
13 changed files with 34 additions and 2 deletions
src/resources/assets/mmm
lang
models/item/tech/tools/bronze/armor
textures
items/tech/tools/bronze/armor
models/armor
|
@ -64,6 +64,10 @@ item.mmm.tech.tools.bronze.axe.name=Bronze Axe
|
|||
item.mmm.tech.tools.bronze.pickaxe.name=Bronze Pickaxe
|
||||
item.mmm.tech.tools.bronze.hoe.name=Bronze Hoe
|
||||
item.mmm.tech.tools.bronze.sword.name=Bronze Sword
|
||||
item.mmm.tech.tools.bronze.armor.feet.name=Bronze Boots
|
||||
item.mmm.tech.tools.bronze.armor.legs.name=Bronze Leggings
|
||||
item.mmm.tech.tools.bronze.armor.chest.name=Bronze Chestplate
|
||||
item.mmm.tech.tools.bronze.armor.head.name=Bronze Helmet
|
||||
|
||||
|
||||
item.milk.name=Cow milk
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/bronze/armor/chest"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/bronze/armor/feet"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/bronze/armor/head"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/bronze/armor/legs"
|
||||
}
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 236 B |
Binary file not shown.
After ![]() (image error) Size: 214 B |
Binary file not shown.
After ![]() (image error) Size: 202 B |
Binary file not shown.
After ![]() (image error) Size: 197 B |
Binary file not shown.
After ![]() (image error) Size: 1.1 KiB |
Binary file not shown.
After ![]() (image error) Size: 659 B |
Reference in a new issue