Examples of EvilSword


Examples of Will11690.mod.MechaniCraft.Weapons.EvilSword

  RubySword = new RubySword(RubySwordID, RubyToolMaterial).setUnlocalizedName("RubySword").setCreativeTab(this.MechaniCraftCombat);
  EmeraldSword = new EmeraldSword(EmeraldSwordID, EmeraldToolMaterial).setUnlocalizedName("EmeraldSword").setCreativeTab(this.MechaniCraftCombat);
  SapphireSword = new SapphireSword(SapphireSwordID, SapphireToolMaterial).setUnlocalizedName("SapphireSword").setCreativeTab(this.MechaniCraftCombat);
  ObsidianSword = new ObsidianSword(ObsidianSwordID, ObsidianToolMaterial).setUnlocalizedName("ObsidianSword").setCreativeTab(this.MechaniCraftCombat);
  EndSword = new EndSword(EndSwordID, EndToolMaterial).setUnlocalizedName("EndSword").setCreativeTab(this.MechaniCraftCombat);
  EvilSword = new EvilSword(EvilSwordID, EvilToolMaterial).setUnlocalizedName("EvilSword").setCreativeTab(this.MechaniCraftCombat);
  PureSword = new PureSword(PureSwordID, PureToolMaterial).setUnlocalizedName("PureSword").setCreativeTab(this.MechaniCraftCombat);
  BronzeSword = new BronzeSword(BronzeSwordID, BronzeToolMaterial).setUnlocalizedName("BronzeSword").setCreativeTab(this.MechaniCraftCombat);
 
  //Tools
  GlassHoe = new GlassHoe(GlassHoeID, GlassToolMaterial).setUnlocalizedName("GlassHoe").setCreativeTab(this.MechaniCraftTools);
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.