Examples of GoldDust


Examples of Will11690.mod.MechaniCraft.Items.GoldDust

  IronNugget = new IronNugget(IronNuggetID).setUnlocalizedName("IronNugget").setCreativeTab(MechaniCraftMisc);
  CopperNugget = new CopperNugget(CopperNuggetID).setUnlocalizedName("CopperNugget").setCreativeTab(MechaniCraftMisc);
  TinDust = new TinDust(TinDustID).setUnlocalizedName("TinDust").setCreativeTab(MechaniCraftMisc);
  IronDust = new IronDust(IronDustID).setUnlocalizedName("IronDust").setCreativeTab(MechaniCraftMisc);
  CopperDust = new CopperDust(CopperDustID).setUnlocalizedName("CopperDust").setCreativeTab(MechaniCraftMisc);
  GoldDust = new GoldDust(GoldDustID).setUnlocalizedName("GoldDust").setCreativeTab(MechaniCraftMisc);
 
  //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);
 
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.