Bronze tools
This commit is contained in:
parent
7de05978f0
commit
b9c874943a
13 changed files with 40 additions and 2 deletions
src/resources/assets/mmm
lang
models/item/tech/tools/bronze
textures/items/tech/tools/bronze
|
@ -59,6 +59,12 @@ item.mmm.tech.tools.copper.armor.legs.name=Copper Leggings
|
|||
item.mmm.tech.tools.copper.armor.chest.name=Copper Chestplate
|
||||
item.mmm.tech.tools.copper.armor.head.name=Copper Helmet
|
||||
|
||||
item.mmm.tech.tools.bronze.shovel.name=Bronze Shovel
|
||||
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.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/bronze/axe"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/bronze/hoe"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/bronze/pickaxe"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/bronze/shovel"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "mmm:items/tech/tools/bronze/sword"
|
||||
}
|
||||
}
|
Binary file not shown.
After ![]() (image error) Size: 229 B |
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