public static ItemStack glass;
public static ItemStack iron;
public static ItemStack redstoneBlock;
public static void registerBlocks(){
node = new LaserNode();
redstoneBlock = new ItemStack(Blocks.redstone_block);
iron = new ItemStack(Items.iron_ingot);
glass = new ItemStack(Blocks.glass);
GameRegistry.registerBlock(node, "laserNode");