recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.sandstone), false, false);
recipe.addOutput(new ItemStack(Blocks.sand, 4), 1.0f);
recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.brick_block), false, false);
recipe.addOutput(new ItemStack(Items.brick, 3), 1.0f);
recipe.addOutput(new ItemStack(Items.brick), 0.5f);
recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.clay), false, false);
recipe.addOutput(new ItemStack(Items.clay_ball, 4), 1.0f);
recipe = RailcraftCraftingManager.rockCrusher.createNewRecipe(new ItemStack(Blocks.stonebrick), false, false);