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

View file

@ -52,7 +52,6 @@ materials.ore No Lead (galena)
------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------
tech.base No Coke oven tech.base No Coke oven
------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------
tech.tools No Bronze tools
tech.tools No Bronze armor tech.tools No Bronze armor
------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------
animals ??? Goats animals ??? Goats

View file

@ -10,12 +10,15 @@ public class TechTools
{ {
public static final TTToolSet COPPER_TOOLS; public static final TTToolSet COPPER_TOOLS;
public static final TTArmorSet COPPER_ARMOR; public static final TTArmorSet COPPER_ARMOR;
public static final TTToolSet BRONZE_TOOLS;
static { static {
COPPER_TOOLS = new TTToolSet( "copper" , Materials.COPPER.INGOT , 2 , 192 , 5.0f , 1.5f , 18 , 7 , -3 ); COPPER_TOOLS = new TTToolSet( "copper" , Materials.COPPER.INGOT , 2 , 192 , 5.0f , 1.5f , 16 , 7 , -3 );
COPPER_ARMOR = new TTArmorSet( "copper" , Materials.COPPER.INGOT , 10 , new int[] { COPPER_ARMOR = new TTArmorSet( "copper" , Materials.COPPER.INGOT , 10 , new int[] {
1 , 3 , 4 , 1 1 , 3 , 4 , 1
} , 20 , SoundEvents.ITEM_ARMOR_EQUIP_GENERIC , 0 ); } , 20 , SoundEvents.ITEM_ARMOR_EQUIP_GENERIC , 0 );
BRONZE_TOOLS = new TTToolSet( "bronze" , Materials.BRONZE.INGOT , 2 , 212 , 5.5f , 1.75f , 20 , 7.5f , -3.1f );
} }

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.chest.name=Copper Chestplate
item.mmm.tech.tools.copper.armor.head.name=Copper Helmet 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.milk.name=Cow milk
item.mmm.food.milk.sheep.name=Sheep 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

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B