Bronze tools

This commit is contained in:
Emmanuel BENOîT 2016-06-29 20:57:43 +02:00
parent 7de05978f0
commit b9c874943a
13 changed files with 40 additions and 2 deletions
src/resources/assets/mmm

View file

@ -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

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "mmm:items/tech/tools/bronze/axe"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "mmm:items/tech/tools/bronze/hoe"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "mmm:items/tech/tools/bronze/pickaxe"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "mmm:items/tech/tools/bronze/shovel"
}
}

View file

@ -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