Examples of OreGrinder


Examples of Will11690.mod.MechaniCraft.MachineBlocks.OreGrinder

 
  //Machines
  IronFurnaceIdle = new IronFurnace(IronFurnaceIdleID, false).setHardness(3.5F).setUnlocalizedName("IronFurnaceIdle").setCreativeTab(this.MechaniCraftMachines);
  IronFurnaceBurning = new IronFurnace(IronFurnaceBurningID, true).setHardness(3.5F).setUnlocalizedName("IronFurnaceBurning");
 
  OreGrinderIdle = new OreGrinder(OreGrinderIdleID, false).setHardness(3.5F).setUnlocalizedName("OreGrinderIdle").setCreativeTab(this.MechaniCraftMachines);
  OreGrinderBurning = new OreGrinder(OreGrinderBurningID, true).setHardness(3.5F).setUnlocalizedName("OreGrinderBurning");
 
  MachineFrame = new MachineFrame(MachineFrameID, 1).setHardness(3.5F).setUnlocalizedName("MachineFrame").setCreativeTab(this.MechaniCraftMachines);
 
  //Machine Items
  OreGrinderBlade = new OreGrinderBlade(OreGrinderBladeID).setUnlocalizedName("OreGrinderBlade").setCreativeTab(this.MechaniCraftMachines);
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.