recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(EnumCube.CRUSHED_OBSIDIAN.getItem(), true, false);
recipe.addOutput(ItemDust.getDust(ItemDust.EnumDust.OBSIDIAN), 1.0f);
recipe.addOutput(ItemDust.getDust(ItemDust.EnumDust.OBSIDIAN), 0.25f);
recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(EnumMachineAlpha.COKE_OVEN.getItem(), true, false);
recipe.addOutput(new ItemStack(Items.brick, 3), 1.0f);
recipe.addOutput(new ItemStack(Items.brick), 0.5f);
recipe.addOutput(new ItemStack(Blocks.sand), 0.25f);
recipe.addOutput(new ItemStack(Blocks.sand), 0.25f);
recipe.addOutput(new ItemStack(Blocks.sand), 0.25f);
recipe.addOutput(new ItemStack(Blocks.sand), 0.25f);