Examples of BronzeChestplate


Examples of Will11690.mod.MechaniCraft.Armor.BronzeChestplate

  PureChestplate = new PureChestplate(PureChestplateID, PureArmorMaterial, proxy.addArmor("PureArmor"), 1).setUnlocalizedName("PureChestplate").setCreativeTab(this.MechaniCraftCombat);
  PureLeggings = new PureLeggings(PureLeggingsID, PureArmorMaterial, proxy.addArmor("PureArmor"), 2).setUnlocalizedName("PureLeggings").setCreativeTab(this.MechaniCraftCombat);
  PureBoots = new PureBoots(PureBootsID, PureArmorMaterial, proxy.addArmor("PureArmor"), 3).setUnlocalizedName("PureBoots").setCreativeTab(this.MechaniCraftCombat);
 
  BronzeHelmet = new BronzeHelmet(BronzeHelmetID, BronzeArmorMaterial, proxy.addArmor("BronzeArmor"), 0).setUnlocalizedName("BronzeHelmet").setCreativeTab(this.MechaniCraftCombat);
  BronzeChestplate = new BronzeChestplate(BronzeChestplateID, BronzeArmorMaterial, proxy.addArmor("BronzeArmor"), 1).setUnlocalizedName("BronzeChestplate").setCreativeTab(this.MechaniCraftCombat);
  BronzeLeggings = new BronzeLeggings(BronzeLeggingsID, BronzeArmorMaterial, proxy.addArmor("BronzeArmor"), 2).setUnlocalizedName("BronzeLeggings").setCreativeTab(this.MechaniCraftCombat);
  BronzeBoots = new BronzeBoots(BronzeBootsID, BronzeArmorMaterial, proxy.addArmor("BronzeArmor"), 3).setUnlocalizedName("BronzeBoots").setCreativeTab(this.MechaniCraftCombat);
 
  //Blocks
  CopperOre = new CopperOre(CopperOreID, 2).setHardness(1.5F).setResistance(0.25F).setUnlocalizedName("CopperOre").setCreativeTab(MechaniCraftBlocks);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.