Steel armor
This commit is contained in:
parent
57d5123a1e
commit
59d3f51576
13 changed files with 33 additions and 2 deletions
src/resources/assets/mmm
lang
models/item/tech/tools/steel/armor
textures
items/tech/tools/steel/armor
models/armor
|
@ -79,6 +79,10 @@ item.mmm.tech.tools.steel.axe.name=Steel Axe
|
|||
item.mmm.tech.tools.steel.pickaxe.name=Steel Pickaxe
|
||||
item.mmm.tech.tools.steel.hoe.name=Steel Hoe
|
||||
item.mmm.tech.tools.steel.sword.name=Steel Sword
|
||||
item.mmm.tech.tools.steel.armor.feet.name=Steel Boots
|
||||
item.mmm.tech.tools.steel.armor.legs.name=Steel Leggings
|
||||
item.mmm.tech.tools.steel.armor.chest.name=Steel Chestplate
|
||||
item.mmm.tech.tools.steel.armor.head.name=Steel Helmet
|
||||
|
||||
|
||||
item.milk.name=Cow milk
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/steel/armor/chest"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/steel/armor/feet"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/steel/armor/head"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/steel/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 |
BIN
src/resources/assets/mmm/textures/models/armor/steel_layer_1.png
Normal file
BIN
src/resources/assets/mmm/textures/models/armor/steel_layer_1.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.1 KiB |
BIN
src/resources/assets/mmm/textures/models/armor/steel_layer_2.png
Normal file
BIN
src/resources/assets/mmm/textures/models/armor/steel_layer_2.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 672 B |
Reference in a new issue