Examples of GlassIngot


Examples of Will11690.mod.MechaniCraft.Items.GlassIngot

  RubyGem = new Ruby(RubyID).setUnlocalizedName("Ruby").setCreativeTab(MechaniCraftMisc);
  PureCrystal = new PureCrystal(PureCrystalID).setUnlocalizedName("PureCrystal").setCreativeTab(MechaniCraftMisc);
  EvilCrystal = new EvilCrystal(EvilCrystalID).setUnlocalizedName("EvilCrystal").setCreativeTab(MechaniCraftMisc);
  SapphireGem = new Sapphire(SapphireID).setUnlocalizedName("Sapphire").setCreativeTab(MechaniCraftMisc);
  EndIngot = new EndIngot(EndIngotID).setUnlocalizedName("EndIngot").setCreativeTab(MechaniCraftMisc);
  GlassIngot = new GlassIngot(GlassIngotID).setUnlocalizedName("GlassIngot").setCreativeTab(MechaniCraftMisc);
  ObsidianChunk = new ObsidianChunk(ObsidianChunkID).setUnlocalizedName("ObsidianChunk").setCreativeTab(MechaniCraftMisc);
  ObsidianIngot = new ObsidianIngot(ObsidianIngotID).setUnlocalizedName("ObsidianIngot").setCreativeTab(MechaniCraftMisc);
  TinIngot = new TinIngot(TinIngotID).setUnlocalizedName("TinIngot").setCreativeTab(MechaniCraftMisc);
  CopperIngot = new CopperIngot(CopperIngotID).setUnlocalizedName("CopperIngot").setCreativeTab(MechaniCraftMisc);
  BronzeIngot = new BronzeIngot(BronzeIngotID).setUnlocalizedName("BronzeIngot").setCreativeTab(MechaniCraftMisc);
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.