Examples of QuartzBrick


Examples of Will11690.mod.MechaniCraft.Blocks.QuartzBrick

  SapphireBlock = new SapphireBlock(SapphireBlockID, 1).setHardness(1.5F).setResistance(0.25F).setUnlocalizedName("SapphireBlock").setCreativeTab(MechaniCraftBlocks);
  PureGemBlock = new PureGemBlock(PureGemBlockID, 1).setHardness(1.5F).setResistance(0.25F).setUnlocalizedName("PureGemBlock").setCreativeTab(MechaniCraftBlocks);
  EvilGemBlock = new EvilGemBlock(EvilGemBlockID, 1).setHardness(1.5F).setResistance(0.25F).setUnlocalizedName("EvilGemBlock").setCreativeTab(MechaniCraftBlocks);
 
  ChiseledQuartzBrick = new ChiseledQuartzBrick(ChiseledQuartzBrickID, 1).setHardness(1.5F).setResistance(0.25F).setUnlocalizedName("ChiseledQuartzBrick").setCreativeTab(MechaniCraftBlocks);
  QuartzBrick = new QuartzBrick(QuartzBrickID, 1).setHardness(1.5F).setResistance(0.25F).setUnlocalizedName("QuartzBrick").setCreativeTab(MechaniCraftBlocks);
 
  //Machines
  IronFurnaceIdle = new IronFurnace(IronFurnaceIdleID, false).setHardness(3.5F).setUnlocalizedName("IronFurnaceIdle").setCreativeTab(this.MechaniCraftMachines);
  IronFurnaceBurning = new IronFurnace(IronFurnaceBurningID, true).setHardness(3.5F).setUnlocalizedName("IronFurnaceBurning");
 
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.