Steel tools
This commit is contained in:
parent
ba62ae1348
commit
57d5123a1e
18 changed files with 42 additions and 1 deletions
src/resources/assets/mmm
lang
models/item/tech/tools/steel
textures/items/tech/tools/steel
|
@ -74,6 +74,12 @@ 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.mmm.tech.tools.steel.shovel.name=Steel Shovel
|
||||
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.milk.name=Cow milk
|
||||
item.mmm.food.milk.sheep.name=Sheep milk
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/steel/axe"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/steel/hoe"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/steel/pickaxe"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/steel/shovel"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/steel/sword"
|
||||
}
|
||||
}
|
BIN
src/resources/assets/mmm/textures/items/tech/tools/steel/axe.png
Normal file
BIN
src/resources/assets/mmm/textures/items/tech/tools/steel/axe.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 229 B |
BIN
src/resources/assets/mmm/textures/items/tech/tools/steel/hoe.png
Normal file
BIN
src/resources/assets/mmm/textures/items/tech/tools/steel/hoe.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 208 B |
Binary file not shown.
After ![]() (image error) Size: 239 B |
Binary file not shown.
After ![]() (image error) Size: 212 B |
Binary file not shown.
After ![]() (image error) Size: 240 B |
Reference in a new issue