Examples of OreGrinderBlade


Examples of Will11690.mod.MechaniCraft.MachineItems.OreGrinderBlade

  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);
  FurnaceSmeltry = new FurnaceSmeltry(FurnaceSmeltryID).setUnlocalizedName("FurnaceSmeltry").setCreativeTab(this.MechaniCraftMachines);
  MachineFramePart = new MachineFramePart(MachineFramePartID).setUnlocalizedName("MachineFramePart").setCreativeTab(this.MechaniCraftMachines);
 
  //Block Harvest Level
 
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.