Examples of SapphireBoots


Examples of Will11690.mod.MechaniCraft.Armor.SapphireBoots

  EmeraldBoots = new EmeraldBoots(EmeraldBootsID, EmeraldArmorMaterial, proxy.addArmor("EmeraldArmor"), 3).setUnlocalizedName("EmeraldBoots").setCreativeTab(this.MechaniCraftCombat);
 
  SapphireHelmet = new SapphireHelmet(SapphireHelmetID, SapphireArmorMaterial, proxy.addArmor("SapphireArmor"), 0).setUnlocalizedName("SapphireHelmet").setCreativeTab(this.MechaniCraftCombat);
  SapphireChestplate = new SapphireChestplate(SapphireChestplateID, SapphireArmorMaterial, proxy.addArmor("SapphireArmor"), 1).setUnlocalizedName("SapphireChestplate").setCreativeTab(this.MechaniCraftCombat);
  SapphireLeggings = new SapphireLeggings(SapphireLeggingsID, SapphireArmorMaterial, proxy.addArmor("SapphireArmor"), 2).setUnlocalizedName("SapphireLeggings").setCreativeTab(this.MechaniCraftCombat);
  SapphireBoots = new SapphireBoots(SapphireBootsID, SapphireArmorMaterial, proxy.addArmor("SapphireArmor"), 3).setUnlocalizedName("SapphireBoots").setCreativeTab(this.MechaniCraftCombat);
 
  ObsidianHelmet = new ObsidianHelmet(ObsidianHelmetID, ObsidianArmorMaterial, proxy.addArmor("ObsidianArmor"), 0).setUnlocalizedName("ObsidianHelmet").setCreativeTab(this.MechaniCraftCombat);
  ObsidianChestplate = new ObsidianChestplate(ObsidianChestplateID, ObsidianArmorMaterial, proxy.addArmor("ObsidianArmor"), 1).setUnlocalizedName("ObsidianChestplate").setCreativeTab(this.MechaniCraftCombat);
  ObsidianLeggings = new ObsidianLeggings(ObsidianLeggingsID, ObsidianArmorMaterial, proxy.addArmor("ObsidianArmor"), 2).setUnlocalizedName("ObsidianLeggings").setCreativeTab(this.MechaniCraftCombat);
  ObsidianBoots = new ObsidianBoots(ObsidianBootsID, ObsidianArmorMaterial, proxy.addArmor("ObsidianArmor"), 3).setUnlocalizedName("ObsidianBoots").setCreativeTab(this.MechaniCraftCombat);
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.