Examples of GlassSword


Examples of Will11690.mod.MechaniCraft.Weapons.GlassSword

  //Food
  RawLambchop = new RawLambchop(RawLambchopID, 3, 0.3F, true).setUnlocalizedName("RawLambchop").setCreativeTab(CreativeTabs.tabFood);
  CookedLambchop = new CookedLambchop(CookedLambchopID, 8, 0.8F, false).setUnlocalizedName("CookedLambchop").setCreativeTab(CreativeTabs.tabFood);
 
  //Weapons
  GlassSword = new GlassSword(GlassSwordID, GlassToolMaterial).setUnlocalizedName("GlassSword").setCreativeTab(this.MechaniCraftCombat);
  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);
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.