Files
Gregtech-New-Bastards/.minecraft/config/enderio/SAGMillRecipes_User.xml
2025-08-23 05:19:43 +02:00

16000 lines
569 KiB
XML

<!--
Custom recipes that will not be over written by Ender IO are added here.
To change an existing recipe, just add the recipe to this file using the same recipe group and recipe name as found in
the core file.
Adding new Recipes:
For more details of how to add a new recipe please see the documentation at the top of SAGMillRecipes_Core.xml.
Adding a new recipe to a new group:
<recipeGroup name="CrazyPantsGroup" >
<recipe name="SolarToGlass" energyCost="120" >
<input>
<itemStack modID="EnderIO" itemName="enderIO:blockSolarPanel" />
</input>
<output>
<itemStack modID="minecraft" itemName="glass" />
</output>
</recipe>
</recipeGroup>
Removing Recipes:
To disable all recipes within a group, in this example Forestry, include the following in this file:
<recipeGroup name="Forestry" enabled="false" />
Disable all recipes in the group 'Vanilla':
<recipeGroup name="Vanilla" enabled="false" />
To disable individual recipes, simply provide an invalid recipe for them:
<recipeGroup name="Applied Energistics" >
<recipe name="CertusQuartzOre" />
</recipeGroup>
Disable the glass recipes in the group 'Vanilla':
<recipeGroup name="Vanilla" >
<recipe name="Glass" />
</recipeGroup>
Modifying Recipes:
Modify a core recipe definition, in this case, make glass give diamonds:
<recipeGroup name="Vanilla" >
<recipe name="Glass" energyCost="120" >
<input>
<itemStack modID="minecraft" itemName="glass" />
</input>
<output>
<itemStack modID="minecraft" itemName="diamond" />
</output>
</recipe>
</recipeGroup>
Add this block to change the default TE obsidian -> dust recipe to the railcraft recipe.
<recipeGroup name="Thermal Expansion" >
<recipe name="Obsidian" energyCost="400" >
<input>
<itemStack modID="minecraft" itemName="obsidian" />
</input>
<output>
<itemStack modID="Railcraft" itemName="tile.railcraft.cube" itemMeta="4" number="1" />
<itemStack oreDictionary="dustObsidian" number="1" chance="0.15" />
<itemStack oreDictionary="dustObsidian" number="1" chance="0.025" />
</output>
</recipe>
</recipeGroup>
Grinding Balls:
Adding a new grinding ball:
<grindingBalls>
<grindingBall id="Diamond" grindingMultiplier="1.5" chanceMultiplier="2" powerMultiplier="0.5" durationRF="50000" >
<itemStack modID="minecraft" itemName="diamond" />
</grindingBall>
</grindingBalls>
Removing an existing grinding ball:
<grindingBalls>
<grindingBall id="Flint" remove="true" />
</grindingBalls>
Modifying the excludes list: (removing glowstone, adding sand)
<grindingBalls>
<excludes>
<itemStack modID="minecraft" itemName="glowstone" remove="true" />
<itemStack modID="minecraft" itemName="sand" />
</excludes>
</grindingBalls>
-->
<SAGMillRecipes>
<recipeGroup name="EnderIO" >
<recipe name="Silicon" energyCost="720" >
<input>
<itemStack oreDictionary="sand" />
</input>
<output>
<itemStack modID="minecraft" itemName="sand" number="1" itemMeta="0" chance="0.5" />
</output>
</recipe>
<recipe name="SiliconRedSand" energyCost="720" >
<input>
<itemStack oreDictionary="sand" itemMeta="1" />
</input>
<output>
<itemStack modID="minecraft" itemName="sand" number="1" itemMeta="1" chance="0.5" />
</output>
</recipe>
</recipeGroup>
<recipeGroup name="Thermal Expansion/Foundation" >
<recipe name="Obsidian" energyCost="4000" >
<input>
<itemStack modID="minecraft" itemName="obsidian" />
</input>
<output>
<itemStack oreDictionary="dustObsidian" number="2" />
</output>
</recipe>
</recipeGroup>
<recipeGroup name="Vanilla" >
<recipe name="BlazeRod" energyCost="2400" >
<input>
<itemStack modID="minecraft" itemName="blaze_rod" />
</input>
<output>
<itemStack modID="minecraft" itemName="blaze_powder" number="4" />
<itemStack modID="gregtech" itemName="gt.metaitem.01" number="1" itemMeta="2022" chance="0.5" />
</output>
</recipe>
<recipe name="ClayBlock" energyCost="2400" >
<input>
<itemStack modID="minecraft" itemName="clay" />
</input>
<output>
<itemStack modID="minecraft" itemName="clay_ball" number="2" />
<itemStack modID="minecraft" itemName="clay_ball" number="1" chance="0.2" />
<itemStack modID="minecraft" itemName="clay_ball" number="1" itemMeta="0" chance="0.1" />
</output>
</recipe>
<recipe name="RedstoneOre" energyCost="3000" >
<input>
<itemStack oreDictionary="oreRedstone" />
</input>
<output>
<itemStack modID="minecraft" itemName="redstone" number="8" />
<itemStack modID="minecraft" itemName="redstone" number="1" chance="0.2" />
<itemStack modID="minecraft" itemName="redstone" number="1" chance="0.1" />
<itemStack modID="minecraft" itemName="cobblestone" chance="0.15" />
</output>
</recipe>
<recipe name="Wool" energyCost="1200" >
<input>
<itemStack modID="minecraft" itemName="wool" itemMeta="*" />
</input>
<output>
<itemStack modID="minecraft" itemName="string" number="3" />
</output>
</recipe>
</recipeGroup>
<!-- Some recipes to balance vanilla stuff of SAGMill -->
<recipeGroup name="GTAntiOP_Vanilla">
<recipe name="Crushed_BlazeRod" energyCost="3600">
<input>
<itemStack oreDictionary="itemBlazeRod" />
</input>
<output>
<itemStack oreDictionary="itemBlazePowder" number="3" />
<itemStack oreDictionary="itemBlazePowder" number="1" chance="0.5" />
</output>
</recipe>
<recipe name="Crushed_Coal" energyCost="3600">
<input>
<itemStack oreDictionary="coal" />
</input>
<output>
<itemStack oreDictionary="dustCoal" number="1" />
<itemStack oreDictionary="dustCoal" number="1" chance="0.5" />
</output>
</recipe>
</recipeGroup>
<recipeGroup name="GT_antiOP_CrushToImpure">
<recipe name="CrushToDust_Adamantium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedAdamantium" />
</input>
<output>
<itemStack oreDictionary="dustImpureAdamantium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Almandine" energyCost="3600">
<input>
<itemStack oreDictionary="crushedAlmandine" />
</input>
<output>
<itemStack oreDictionary="dustImpureAlmandine" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Aluminium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedAluminium" />
</input>
<output>
<itemStack oreDictionary="dustImpureAluminium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Alunite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedAlunite" />
</input>
<output>
<itemStack oreDictionary="dustImpureAlunite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Amber" energyCost="3600">
<input>
<itemStack oreDictionary="crushedAmber" />
</input>
<output>
<itemStack oreDictionary="dustImpureAmber" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Americium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedAmericium" />
</input>
<output>
<itemStack oreDictionary="dustImpureAmericium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Amethyst" energyCost="3600">
<input>
<itemStack oreDictionary="crushedAmethyst" />
</input>
<output>
<itemStack oreDictionary="dustImpureAmethyst" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Andradite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedAndradite" />
</input>
<output>
<itemStack oreDictionary="dustImpureAndradite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Antimony" energyCost="3600">
<input>
<itemStack oreDictionary="crushedAntimony" />
</input>
<output>
<itemStack oreDictionary="dustImpureAntimony" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Apatite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedApatite" />
</input>
<output>
<itemStack oreDictionary="dustImpureApatite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Asbestos" energyCost="3600">
<input>
<itemStack oreDictionary="crushedAsbestos" />
</input>
<output>
<itemStack oreDictionary="dustImpureAsbestos" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_AstralSilver" energyCost="3600">
<input>
<itemStack oreDictionary="crushedAstralSilver" />
</input>
<output>
<itemStack oreDictionary="dustImpureAstralSilver" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_BandedIron" energyCost="3600">
<input>
<itemStack oreDictionary="crushedBandedIron" />
</input>
<output>
<itemStack oreDictionary="dustImpureBandedIron" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Barite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedBarite" />
</input>
<output>
<itemStack oreDictionary="dustImpureBarite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Barium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedBarium" />
</input>
<output>
<itemStack oreDictionary="dustImpureBarium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_BasalticMineralSand" energyCost="3600">
<input>
<itemStack oreDictionary="crushedBasalticMineralSand" />
</input>
<output>
<itemStack oreDictionary="dustImpureBasalticMineralSand" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Bastnasite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedBastnasite" />
</input>
<output>
<itemStack oreDictionary="dustImpureBastnasite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Bauxite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedBauxite" />
</input>
<output>
<itemStack oreDictionary="dustImpureBauxite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Bentonite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedBentonite" />
</input>
<output>
<itemStack oreDictionary="dustImpureBentonite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Beryllium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedBeryllium" />
</input>
<output>
<itemStack oreDictionary="dustImpureBeryllium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Bismuth" energyCost="3600">
<input>
<itemStack oreDictionary="crushedBismuth" />
</input>
<output>
<itemStack oreDictionary="dustImpureBismuth" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_BlueTopaz" energyCost="3600">
<input>
<itemStack oreDictionary="crushedBlueTopaz" />
</input>
<output>
<itemStack oreDictionary="dustImpureBlueTopaz" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Borax" energyCost="3600">
<input>
<itemStack oreDictionary="crushedBorax" />
</input>
<output>
<itemStack oreDictionary="dustImpureBorax" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Boron" energyCost="3600">
<input>
<itemStack oreDictionary="crushedBoron" />
</input>
<output>
<itemStack oreDictionary="dustImpureBoron" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_BrownLimonite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedBrownLimonite" />
</input>
<output>
<itemStack oreDictionary="dustImpureBrownLimonite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Cadmium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedCadmium" />
</input>
<output>
<itemStack oreDictionary="dustImpureCadmium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Caesium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedCaesium" />
</input>
<output>
<itemStack oreDictionary="dustImpureCaesium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Calcite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedCalcite" />
</input>
<output>
<itemStack oreDictionary="dustImpureCalcite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Cassiterite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedCassiterite" />
</input>
<output>
<itemStack oreDictionary="dustImpureCassiterite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_CassiteriteSand" energyCost="3600">
<input>
<itemStack oreDictionary="crushedCassiteriteSand" />
</input>
<output>
<itemStack oreDictionary="dustImpureCassiteriteSand" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Celestine" energyCost="3600">
<input>
<itemStack oreDictionary="crushedCelestine" />
</input>
<output>
<itemStack oreDictionary="dustImpureCelestine" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Cerium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedCerium" />
</input>
<output>
<itemStack oreDictionary="dustImpureCerium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_CertusQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="crushedCertusQuartz" />
</input>
<output>
<itemStack oreDictionary="dustImpureCertusQuartz" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Chalcopyrite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedChalcopyrite" />
</input>
<output>
<itemStack oreDictionary="dustImpureChalcopyrite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_ChargedCertusQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="crushedChargedCertusQuartz" />
</input>
<output>
<itemStack oreDictionary="dustImpureChargedCertusQuartz" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Cheese" energyCost="3600">
<input>
<itemStack oreDictionary="crushedCheese" />
</input>
<output>
<itemStack oreDictionary="dustImpureCheese" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Chrome" energyCost="3600">
<input>
<itemStack oreDictionary="crushedChrome" />
</input>
<output>
<itemStack oreDictionary="dustImpureChrome" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Chromite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedChromite" />
</input>
<output>
<itemStack oreDictionary="dustImpureChromite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Chrysotile" energyCost="3600">
<input>
<itemStack oreDictionary="crushedChrysotile" />
</input>
<output>
<itemStack oreDictionary="dustImpureChrysotile" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Cinnabar" energyCost="3600">
<input>
<itemStack oreDictionary="crushedCinnabar" />
</input>
<output>
<itemStack oreDictionary="dustImpureCinnabar" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Coal" energyCost="3600">
<input>
<itemStack oreDictionary="crushedCoal" />
</input>
<output>
<itemStack oreDictionary="dustImpureCoal" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Cobalt" energyCost="3600">
<input>
<itemStack oreDictionary="crushedCobalt" />
</input>
<output>
<itemStack oreDictionary="dustImpureCobalt" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Cobaltite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedCobaltite" />
</input>
<output>
<itemStack oreDictionary="dustImpureCobaltite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Cooperite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedCooperite" />
</input>
<output>
<itemStack oreDictionary="dustImpureCooperite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Copper" energyCost="3600">
<input>
<itemStack oreDictionary="crushedCopper" />
</input>
<output>
<itemStack oreDictionary="dustImpureCopper" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_DarkIron" energyCost="3600">
<input>
<itemStack oreDictionary="crushedDarkIron" />
</input>
<output>
<itemStack oreDictionary="dustImpureDarkIron" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_DeepIron" energyCost="3600">
<input>
<itemStack oreDictionary="crushedDeepIron" />
</input>
<output>
<itemStack oreDictionary="dustImpureDeepIron" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Desh" energyCost="3600">
<input>
<itemStack oreDictionary="crushedDesh" />
</input>
<output>
<itemStack oreDictionary="dustImpureDesh" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Diamond" energyCost="3600">
<input>
<itemStack oreDictionary="crushedDiamond" />
</input>
<output>
<itemStack oreDictionary="dustImpureDiamond" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Diatomite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedDiatomite" />
</input>
<output>
<itemStack oreDictionary="dustImpureDiatomite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Dilithium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedDilithium" />
</input>
<output>
<itemStack oreDictionary="dustImpureDilithium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Dolomite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedDolomite" />
</input>
<output>
<itemStack oreDictionary="dustImpureDolomite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Dysprosium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedDysprosium" />
</input>
<output>
<itemStack oreDictionary="dustImpureDysprosium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Electrum" energyCost="3600">
<input>
<itemStack oreDictionary="crushedElectrum" />
</input>
<output>
<itemStack oreDictionary="dustImpureElectrum" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Emerald" energyCost="3600">
<input>
<itemStack oreDictionary="crushedEmerald" />
</input>
<output>
<itemStack oreDictionary="dustImpureEmerald" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Emery" energyCost="3600">
<input>
<itemStack oreDictionary="crushedEmery" />
</input>
<output>
<itemStack oreDictionary="dustImpureEmery" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Erbium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedErbium" />
</input>
<output>
<itemStack oreDictionary="dustImpureErbium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Europium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedEuropium" />
</input>
<output>
<itemStack oreDictionary="dustImpureEuropium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Firestone" energyCost="3600">
<input>
<itemStack oreDictionary="crushedFirestone" />
</input>
<output>
<itemStack oreDictionary="dustImpureFirestone" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_FoolsRuby" energyCost="3600">
<input>
<itemStack oreDictionary="crushedFoolsRuby" />
</input>
<output>
<itemStack oreDictionary="dustImpureFoolsRuby" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Force" energyCost="3600">
<input>
<itemStack oreDictionary="crushedForce" />
</input>
<output>
<itemStack oreDictionary="dustImpureForce" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Forcicium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedForcicium" />
</input>
<output>
<itemStack oreDictionary="dustImpureForcicium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Forcillium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedForcillium" />
</input>
<output>
<itemStack oreDictionary="dustImpureForcillium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_FullersEarth" energyCost="3600">
<input>
<itemStack oreDictionary="crushedFullersEarth" />
</input>
<output>
<itemStack oreDictionary="dustImpureFullersEarth" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Gadolinium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedGadolinium" />
</input>
<output>
<itemStack oreDictionary="dustImpureGadolinium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Galena" energyCost="3600">
<input>
<itemStack oreDictionary="crushedGalena" />
</input>
<output>
<itemStack oreDictionary="dustImpureGalena" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Gallium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedGallium" />
</input>
<output>
<itemStack oreDictionary="dustImpureGallium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_GarnetRed" energyCost="3600">
<input>
<itemStack oreDictionary="crushedGarnetRed" />
</input>
<output>
<itemStack oreDictionary="dustImpureGarnetRed" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_GarnetSand" energyCost="3600">
<input>
<itemStack oreDictionary="crushedGarnetSand" />
</input>
<output>
<itemStack oreDictionary="dustImpureGarnetSand" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_GarnetYellow" energyCost="3600">
<input>
<itemStack oreDictionary="crushedGarnetYellow" />
</input>
<output>
<itemStack oreDictionary="dustImpureGarnetYellow" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Garnierite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedGarnierite" />
</input>
<output>
<itemStack oreDictionary="dustImpureGarnierite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Glauconite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedGlauconite" />
</input>
<output>
<itemStack oreDictionary="dustImpureGlauconite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_GlauconiteSand" energyCost="3600">
<input>
<itemStack oreDictionary="crushedGlauconiteSand" />
</input>
<output>
<itemStack oreDictionary="dustImpureGlauconiteSand" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Gold" energyCost="3600">
<input>
<itemStack oreDictionary="crushedGold" />
</input>
<output>
<itemStack oreDictionary="dustImpureGold" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_GraniticMineralSand" energyCost="3600">
<input>
<itemStack oreDictionary="crushedGraniticMineralSand" />
</input>
<output>
<itemStack oreDictionary="dustImpureGraniticMineralSand" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Graphite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedGraphite" />
</input>
<output>
<itemStack oreDictionary="dustImpureGraphite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_GreenSapphire" energyCost="3600">
<input>
<itemStack oreDictionary="crushedGreenSapphire" />
</input>
<output>
<itemStack oreDictionary="dustImpureGreenSapphire" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Grossular" energyCost="3600">
<input>
<itemStack oreDictionary="crushedGrossular" />
</input>
<output>
<itemStack oreDictionary="dustImpureGrossular" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Gypsum" energyCost="3600">
<input>
<itemStack oreDictionary="crushedGypsum" />
</input>
<output>
<itemStack oreDictionary="dustImpureGypsum" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Holmium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedHolmium" />
</input>
<output>
<itemStack oreDictionary="dustImpureHolmium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Ilmenite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedIlmenite" />
</input>
<output>
<itemStack oreDictionary="dustImpureIlmenite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Indium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedIndium" />
</input>
<output>
<itemStack oreDictionary="dustImpureIndium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_InfusedAir" energyCost="3600">
<input>
<itemStack oreDictionary="crushedInfusedAir" />
</input>
<output>
<itemStack oreDictionary="dustImpureInfusedAir" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_InfusedEarth" energyCost="3600">
<input>
<itemStack oreDictionary="crushedInfusedEarth" />
</input>
<output>
<itemStack oreDictionary="dustImpureInfusedEarth" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_InfusedEntropy" energyCost="3600">
<input>
<itemStack oreDictionary="crushedInfusedEntropy" />
</input>
<output>
<itemStack oreDictionary="dustImpureInfusedEntropy" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_InfusedFire" energyCost="3600">
<input>
<itemStack oreDictionary="crushedInfusedFire" />
</input>
<output>
<itemStack oreDictionary="dustImpureInfusedFire" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_InfusedGold" energyCost="3600">
<input>
<itemStack oreDictionary="crushedInfusedGold" />
</input>
<output>
<itemStack oreDictionary="dustImpureInfusedGold" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_InfusedOrder" energyCost="3600">
<input>
<itemStack oreDictionary="crushedInfusedOrder" />
</input>
<output>
<itemStack oreDictionary="dustImpureInfusedOrder" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_InfusedWater" energyCost="3600">
<input>
<itemStack oreDictionary="crushedInfusedWater" />
</input>
<output>
<itemStack oreDictionary="dustImpureInfusedWater" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Iridium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedIridium" />
</input>
<output>
<itemStack oreDictionary="dustImpureIridium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Iron" energyCost="3600">
<input>
<itemStack oreDictionary="crushedIron" />
</input>
<output>
<itemStack oreDictionary="dustImpureIron" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Jade" energyCost="3600">
<input>
<itemStack oreDictionary="crushedJade" />
</input>
<output>
<itemStack oreDictionary="dustImpureJade" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Jasper" energyCost="3600">
<input>
<itemStack oreDictionary="crushedJasper" />
</input>
<output>
<itemStack oreDictionary="dustImpureJasper" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Kaolinite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedKaolinite" />
</input>
<output>
<itemStack oreDictionary="dustImpureKaolinite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Kyanite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedKyanite" />
</input>
<output>
<itemStack oreDictionary="dustImpureKyanite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Lanthanum" energyCost="3600">
<input>
<itemStack oreDictionary="crushedLanthanum" />
</input>
<output>
<itemStack oreDictionary="dustImpureLanthanum" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Lapis" energyCost="3600">
<input>
<itemStack oreDictionary="crushedLapis" />
</input>
<output>
<itemStack oreDictionary="dustImpureLapis" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Lazurite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedLazurite" />
</input>
<output>
<itemStack oreDictionary="dustImpureLazurite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Lead" energyCost="3600">
<input>
<itemStack oreDictionary="crushedLead" />
</input>
<output>
<itemStack oreDictionary="dustImpureLead" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Lepidolite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedLepidolite" />
</input>
<output>
<itemStack oreDictionary="dustImpureLepidolite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Lignite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedLignite" />
</input>
<output>
<itemStack oreDictionary="dustImpureLignite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Lithium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedLithium" />
</input>
<output>
<itemStack oreDictionary="dustImpureLithium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Lutetium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedLutetium" />
</input>
<output>
<itemStack oreDictionary="dustImpureLutetium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Magnesite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedMagnesite" />
</input>
<output>
<itemStack oreDictionary="dustImpureMagnesite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Magnesium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedMagnesium" />
</input>
<output>
<itemStack oreDictionary="dustImpureMagnesium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Magnetite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedMagnetite" />
</input>
<output>
<itemStack oreDictionary="dustImpureMagnetite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Malachite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedMalachite" />
</input>
<output>
<itemStack oreDictionary="dustImpureMalachite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Manganese" energyCost="3600">
<input>
<itemStack oreDictionary="crushedManganese" />
</input>
<output>
<itemStack oreDictionary="dustImpureManganese" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_MeteoricIron" energyCost="3600">
<input>
<itemStack oreDictionary="crushedMeteoricIron" />
</input>
<output>
<itemStack oreDictionary="dustImpureMeteoricIron" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Mica" energyCost="3600">
<input>
<itemStack oreDictionary="crushedMica" />
</input>
<output>
<itemStack oreDictionary="dustImpureMica" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Midasium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedMidasium" />
</input>
<output>
<itemStack oreDictionary="dustImpureMidasium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Mirabilite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedMirabilite" />
</input>
<output>
<itemStack oreDictionary="dustImpureMirabilite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Mithril" energyCost="3600">
<input>
<itemStack oreDictionary="crushedMithril" />
</input>
<output>
<itemStack oreDictionary="dustImpureMithril" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Molybdenite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedMolybdenite" />
</input>
<output>
<itemStack oreDictionary="dustImpureMolybdenite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Molybdenum" energyCost="3600">
<input>
<itemStack oreDictionary="crushedMolybdenum" />
</input>
<output>
<itemStack oreDictionary="dustImpureMolybdenum" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Monazite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedMonazite" />
</input>
<output>
<itemStack oreDictionary="dustImpureMonazite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Naquadah" energyCost="3600">
<input>
<itemStack oreDictionary="crushedNaquadah" />
</input>
<output>
<itemStack oreDictionary="dustImpureNaquadah" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_NaquadahEnriched" energyCost="3600">
<input>
<itemStack oreDictionary="crushedNaquadahEnriched" />
</input>
<output>
<itemStack oreDictionary="dustImpureNaquadahEnriched" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Naquadria" energyCost="3600">
<input>
<itemStack oreDictionary="crushedNaquadria" />
</input>
<output>
<itemStack oreDictionary="dustImpureNaquadria" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Neodymium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedNeodymium" />
</input>
<output>
<itemStack oreDictionary="dustImpureNeodymium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_NetherQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="crushedNetherQuartz" />
</input>
<output>
<itemStack oreDictionary="dustImpureNetherQuartz" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Neutronium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedNeutronium" />
</input>
<output>
<itemStack oreDictionary="dustImpureNeutronium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Nickel" energyCost="3600">
<input>
<itemStack oreDictionary="crushedNickel" />
</input>
<output>
<itemStack oreDictionary="dustImpureNickel" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Nikolite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedNikolite" />
</input>
<output>
<itemStack oreDictionary="dustImpureNikolite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Niobium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedNiobium" />
</input>
<output>
<itemStack oreDictionary="dustImpureNiobium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Niter" energyCost="3600">
<input>
<itemStack oreDictionary="crushedNiter" />
</input>
<output>
<itemStack oreDictionary="dustImpureNiter" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Olivine" energyCost="3600">
<input>
<itemStack oreDictionary="crushedOlivine" />
</input>
<output>
<itemStack oreDictionary="dustImpureOlivine" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Opal" energyCost="3600">
<input>
<itemStack oreDictionary="crushedOpal" />
</input>
<output>
<itemStack oreDictionary="dustImpureOpal" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Osmium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedOsmium" />
</input>
<output>
<itemStack oreDictionary="dustImpureOsmium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Palladium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedPalladium" />
</input>
<output>
<itemStack oreDictionary="dustImpurePalladium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Pentlandite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedPentlandite" />
</input>
<output>
<itemStack oreDictionary="dustImpurePentlandite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Perlite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedPerlite" />
</input>
<output>
<itemStack oreDictionary="dustImpurePerlite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Phosphate" energyCost="3600">
<input>
<itemStack oreDictionary="crushedPhosphate" />
</input>
<output>
<itemStack oreDictionary="dustImpurePhosphate" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Phosphor" energyCost="3600">
<input>
<itemStack oreDictionary="crushedPhosphor" />
</input>
<output>
<itemStack oreDictionary="dustImpurePhosphor" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Phosphorus" energyCost="3600">
<input>
<itemStack oreDictionary="crushedPhosphorus" />
</input>
<output>
<itemStack oreDictionary="dustImpurePhosphorus" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_PigIron" energyCost="3600">
<input>
<itemStack oreDictionary="crushedPigIron" />
</input>
<output>
<itemStack oreDictionary="dustImpurePigIron" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Pitchblende" energyCost="3600">
<input>
<itemStack oreDictionary="crushedPitchblende" />
</input>
<output>
<itemStack oreDictionary="dustImpurePitchblende" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Platinum" energyCost="3600">
<input>
<itemStack oreDictionary="crushedPlatinum" />
</input>
<output>
<itemStack oreDictionary="dustImpurePlatinum" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Plutonium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedPlutonium" />
</input>
<output>
<itemStack oreDictionary="dustImpurePlutonium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Plutonium241" energyCost="3600">
<input>
<itemStack oreDictionary="crushedPlutonium241" />
</input>
<output>
<itemStack oreDictionary="dustImpurePlutonium241" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Pollucite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedPollucite" />
</input>
<output>
<itemStack oreDictionary="dustImpurePollucite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Powellite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedPowellite" />
</input>
<output>
<itemStack oreDictionary="dustImpurePowellite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Praseodymium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedPraseodymium" />
</input>
<output>
<itemStack oreDictionary="dustImpurePraseodymium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Promethium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedPromethium" />
</input>
<output>
<itemStack oreDictionary="dustImpurePromethium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Pumice" energyCost="3600">
<input>
<itemStack oreDictionary="crushedPumice" />
</input>
<output>
<itemStack oreDictionary="dustImpurePumice" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Pyrite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedPyrite" />
</input>
<output>
<itemStack oreDictionary="dustImpurePyrite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Pyrolusite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedPyrolusite" />
</input>
<output>
<itemStack oreDictionary="dustImpurePyrolusite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Pyrope" energyCost="3600">
<input>
<itemStack oreDictionary="crushedPyrope" />
</input>
<output>
<itemStack oreDictionary="dustImpurePyrope" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Quartzite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedQuartzite" />
</input>
<output>
<itemStack oreDictionary="dustImpureQuartzite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_QuartzSand" energyCost="3600">
<input>
<itemStack oreDictionary="crushedQuartzSand" />
</input>
<output>
<itemStack oreDictionary="dustImpureQuartzSand" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Redstone" energyCost="3600">
<input>
<itemStack oreDictionary="crushedRedstone" />
</input>
<output>
<itemStack oreDictionary="dustImpureRedstone" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_RockSalt" energyCost="3600">
<input>
<itemStack oreDictionary="crushedRockSalt" />
</input>
<output>
<itemStack oreDictionary="dustImpureRockSalt" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Rubidium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedRubidium" />
</input>
<output>
<itemStack oreDictionary="dustImpureRubidium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Ruby" energyCost="3600">
<input>
<itemStack oreDictionary="crushedRuby" />
</input>
<output>
<itemStack oreDictionary="dustImpureRuby" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Salt" energyCost="3600">
<input>
<itemStack oreDictionary="crushedSalt" />
</input>
<output>
<itemStack oreDictionary="dustImpureSalt" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Saltpeter" energyCost="3600">
<input>
<itemStack oreDictionary="crushedSaltpeter" />
</input>
<output>
<itemStack oreDictionary="dustImpureSaltpeter" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Samarium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedSamarium" />
</input>
<output>
<itemStack oreDictionary="dustImpureSamarium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Sapphire" energyCost="3600">
<input>
<itemStack oreDictionary="crushedSapphire" />
</input>
<output>
<itemStack oreDictionary="dustImpureSapphire" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Scandium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedScandium" />
</input>
<output>
<itemStack oreDictionary="dustImpureScandium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Scheelite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedScheelite" />
</input>
<output>
<itemStack oreDictionary="dustImpureScheelite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_ShadowIron" energyCost="3600">
<input>
<itemStack oreDictionary="crushedShadowIron" />
</input>
<output>
<itemStack oreDictionary="dustImpureShadowIron" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Silicon" energyCost="3600">
<input>
<itemStack oreDictionary="crushedSilicon" />
</input>
<output>
<itemStack oreDictionary="dustImpureSilicon" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Silver" energyCost="3600">
<input>
<itemStack oreDictionary="crushedSilver" />
</input>
<output>
<itemStack oreDictionary="dustImpureSilver" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Soapstone" energyCost="3600">
<input>
<itemStack oreDictionary="crushedSoapstone" />
</input>
<output>
<itemStack oreDictionary="dustImpureSoapstone" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Sodalite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedSodalite" />
</input>
<output>
<itemStack oreDictionary="dustImpureSodalite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Spessartine" energyCost="3600">
<input>
<itemStack oreDictionary="crushedSpessartine" />
</input>
<output>
<itemStack oreDictionary="dustImpureSpessartine" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Sphalerite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedSphalerite" />
</input>
<output>
<itemStack oreDictionary="dustImpureSphalerite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Spodumene" energyCost="3600">
<input>
<itemStack oreDictionary="crushedSpodumene" />
</input>
<output>
<itemStack oreDictionary="dustImpureSpodumene" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Stibnite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedStibnite" />
</input>
<output>
<itemStack oreDictionary="dustImpureStibnite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Strontium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedStrontium" />
</input>
<output>
<itemStack oreDictionary="dustImpureStrontium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Sulfur" energyCost="3600">
<input>
<itemStack oreDictionary="crushedSulfur" />
</input>
<output>
<itemStack oreDictionary="dustImpureSulfur" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Talc" energyCost="3600">
<input>
<itemStack oreDictionary="crushedTalc" />
</input>
<output>
<itemStack oreDictionary="dustImpureTalc" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Tantalite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedTantalite" />
</input>
<output>
<itemStack oreDictionary="dustImpureTantalite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Tantalum" energyCost="3600">
<input>
<itemStack oreDictionary="crushedTantalum" />
</input>
<output>
<itemStack oreDictionary="dustImpureTantalum" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Tanzanite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedTanzanite" />
</input>
<output>
<itemStack oreDictionary="dustImpureTanzanite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Tellurium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedTellurium" />
</input>
<output>
<itemStack oreDictionary="dustImpureTellurium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Terbium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedTerbium" />
</input>
<output>
<itemStack oreDictionary="dustImpureTerbium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Tetrahedrite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedTetrahedrite" />
</input>
<output>
<itemStack oreDictionary="dustImpureTetrahedrite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Thorium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedThorium" />
</input>
<output>
<itemStack oreDictionary="dustImpureThorium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Thulium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedThulium" />
</input>
<output>
<itemStack oreDictionary="dustImpureThulium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Tin" energyCost="3600">
<input>
<itemStack oreDictionary="crushedTin" />
</input>
<output>
<itemStack oreDictionary="dustImpureTin" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Titanium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedTitanium" />
</input>
<output>
<itemStack oreDictionary="dustImpureTitanium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Topaz" energyCost="3600">
<input>
<itemStack oreDictionary="crushedTopaz" />
</input>
<output>
<itemStack oreDictionary="dustImpureTopaz" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Trona" energyCost="3600">
<input>
<itemStack oreDictionary="crushedTrona" />
</input>
<output>
<itemStack oreDictionary="dustImpureTrona" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Tungstate" energyCost="3600">
<input>
<itemStack oreDictionary="crushedTungstate" />
</input>
<output>
<itemStack oreDictionary="dustImpureTungstate" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Tungsten" energyCost="3600">
<input>
<itemStack oreDictionary="crushedTungsten" />
</input>
<output>
<itemStack oreDictionary="dustImpureTungsten" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Uraninite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedUraninite" />
</input>
<output>
<itemStack oreDictionary="dustImpureUraninite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Uranium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedUranium" />
</input>
<output>
<itemStack oreDictionary="dustImpureUranium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Uranium235" energyCost="3600">
<input>
<itemStack oreDictionary="crushedUranium235" />
</input>
<output>
<itemStack oreDictionary="dustImpureUranium235" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Uvarovite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedUvarovite" />
</input>
<output>
<itemStack oreDictionary="dustImpureUvarovite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Vanadium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedVanadium" />
</input>
<output>
<itemStack oreDictionary="dustImpureVanadium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_VanadiumMagnetite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedVanadiumMagnetite" />
</input>
<output>
<itemStack oreDictionary="dustImpureVanadiumMagnetite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Vermiculite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedVermiculite" />
</input>
<output>
<itemStack oreDictionary="dustImpureVermiculite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Vinteum" energyCost="3600">
<input>
<itemStack oreDictionary="crushedVinteum" />
</input>
<output>
<itemStack oreDictionary="dustImpureVinteum" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Wollastonite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedWollastonite" />
</input>
<output>
<itemStack oreDictionary="dustImpureWollastonite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Wulfenite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedWulfenite" />
</input>
<output>
<itemStack oreDictionary="dustImpureWulfenite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_YellowLimonite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedYellowLimonite" />
</input>
<output>
<itemStack oreDictionary="dustImpureYellowLimonite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Ytterbium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedYtterbium" />
</input>
<output>
<itemStack oreDictionary="dustImpureYtterbium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Yttrium" energyCost="3600">
<input>
<itemStack oreDictionary="crushedYttrium" />
</input>
<output>
<itemStack oreDictionary="dustImpureYttrium" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Zeolite" energyCost="3600">
<input>
<itemStack oreDictionary="crushedZeolite" />
</input>
<output>
<itemStack oreDictionary="dustImpureZeolite" number="1" />
</output>
</recipe>
<recipe name="CrushToDust_Zinc" energyCost="3600">
<input>
<itemStack oreDictionary="crushedZinc" />
</input>
<output>
<itemStack oreDictionary="dustImpureZinc" number="1" />
</output>
</recipe>
<recipe name="NickelOre" energyCost="3600" >
<input>
<itemStack oreDictionary="oreNickel" />
</input>
<output>
<itemStack oreDictionary="dustNickel" number="2" />
<itemStack oreDictionary="dustPlatinumMetallicPowder" chance="0.1" />
</output>
</recipe>
</recipeGroup>
<recipeGroup name="GT_antiOP_OreToCrush">
<!-- Crush regular ores, and annoy people with stone dust.. :P -->
<recipe name="CrushoreAdamantium" energyCost="3600">
<input>
<itemStack oreDictionary="oreAdamantium" />
</input>
<output>
<itemStack oreDictionary="crushedAdamantium" number="1" />
<itemStack oreDictionary="crushedAdamantium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreAlmandine" energyCost="3600">
<input>
<itemStack oreDictionary="oreAlmandine" />
</input>
<output>
<itemStack oreDictionary="crushedAlmandine" number="1" />
<itemStack oreDictionary="crushedAlmandine" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreAluminium" energyCost="3600">
<input>
<itemStack oreDictionary="oreAluminium" />
</input>
<output>
<itemStack oreDictionary="crushedAluminium" number="1" />
<itemStack oreDictionary="crushedAluminium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreAlunite" energyCost="3600">
<input>
<itemStack oreDictionary="oreAlunite" />
</input>
<output>
<itemStack oreDictionary="crushedAlunite" number="1" />
<itemStack oreDictionary="crushedAlunite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreAmber" energyCost="3600">
<input>
<itemStack oreDictionary="oreAmber" />
</input>
<output>
<itemStack oreDictionary="crushedAmber" number="1" />
<itemStack oreDictionary="crushedAmber" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreAmericium" energyCost="3600">
<input>
<itemStack oreDictionary="oreAmericium" />
</input>
<output>
<itemStack oreDictionary="crushedAmericium" number="1" />
<itemStack oreDictionary="crushedAmericium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreAmethyst" energyCost="3600">
<input>
<itemStack oreDictionary="oreAmethyst" />
</input>
<output>
<itemStack oreDictionary="crushedAmethyst" number="1" />
<itemStack oreDictionary="crushedAmethyst" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreAndradite" energyCost="3600">
<input>
<itemStack oreDictionary="oreAndradite" />
</input>
<output>
<itemStack oreDictionary="crushedAndradite" number="1" />
<itemStack oreDictionary="crushedAndradite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreAntimony" energyCost="3600">
<input>
<itemStack oreDictionary="oreAntimony" />
</input>
<output>
<itemStack oreDictionary="crushedAntimony" number="1" />
<itemStack oreDictionary="crushedAntimony" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreApatite" energyCost="3600">
<input>
<itemStack oreDictionary="oreApatite" />
</input>
<output>
<itemStack oreDictionary="crushedApatite" number="1" />
<itemStack oreDictionary="crushedApatite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreAsbestos" energyCost="3600">
<input>
<itemStack oreDictionary="oreAsbestos" />
</input>
<output>
<itemStack oreDictionary="crushedAsbestos" number="1" />
<itemStack oreDictionary="crushedAsbestos" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreAstralSilver" energyCost="3600">
<input>
<itemStack oreDictionary="oreAstralSilver" />
</input>
<output>
<itemStack oreDictionary="crushedAstralSilver" number="1" />
<itemStack oreDictionary="crushedAstralSilver" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBandedIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreBandedIron" />
</input>
<output>
<itemStack oreDictionary="crushedBandedIron" number="1" />
<itemStack oreDictionary="crushedBandedIron" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBarite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBarite" />
</input>
<output>
<itemStack oreDictionary="crushedBarite" number="1" />
<itemStack oreDictionary="crushedBarite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBarium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBarium" />
</input>
<output>
<itemStack oreDictionary="crushedBarium" number="1" />
<itemStack oreDictionary="crushedBarium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasalticMineralSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasalticMineralSand" />
</input>
<output>
<itemStack oreDictionary="crushedBasalticMineralSand" number="1" />
<itemStack oreDictionary="crushedBasalticMineralSand" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBastnasite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBastnasite" />
</input>
<output>
<itemStack oreDictionary="crushedBastnasite" number="1" />
<itemStack oreDictionary="crushedBastnasite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBauxite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBauxite" />
</input>
<output>
<itemStack oreDictionary="crushedBauxite" number="1" />
<itemStack oreDictionary="crushedBauxite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBentonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBentonite" />
</input>
<output>
<itemStack oreDictionary="crushedBentonite" number="1" />
<itemStack oreDictionary="crushedBentonite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBeryllium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBeryllium" />
</input>
<output>
<itemStack oreDictionary="crushedBeryllium" number="1" />
<itemStack oreDictionary="crushedBeryllium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBismuth" energyCost="3600">
<input>
<itemStack oreDictionary="oreBismuth" />
</input>
<output>
<itemStack oreDictionary="crushedBismuth" number="1" />
<itemStack oreDictionary="crushedBismuth" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlueTopaz" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlueTopaz" />
</input>
<output>
<itemStack oreDictionary="crushedBlueTopaz" number="1" />
<itemStack oreDictionary="crushedBlueTopaz" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBorax" energyCost="3600">
<input>
<itemStack oreDictionary="oreBorax" />
</input>
<output>
<itemStack oreDictionary="crushedBorax" number="1" />
<itemStack oreDictionary="crushedBorax" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBoron" energyCost="3600">
<input>
<itemStack oreDictionary="oreBoron" />
</input>
<output>
<itemStack oreDictionary="crushedBoron" number="1" />
<itemStack oreDictionary="crushedBoron" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBrownLimonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBrownLimonite" />
</input>
<output>
<itemStack oreDictionary="crushedBrownLimonite" number="1" />
<itemStack oreDictionary="crushedBrownLimonite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreCadmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreCadmium" />
</input>
<output>
<itemStack oreDictionary="crushedCadmium" number="1" />
<itemStack oreDictionary="crushedCadmium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreCaesium" energyCost="3600">
<input>
<itemStack oreDictionary="oreCaesium" />
</input>
<output>
<itemStack oreDictionary="crushedCaesium" number="1" />
<itemStack oreDictionary="crushedCaesium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreCalcite" energyCost="3600">
<input>
<itemStack oreDictionary="oreCalcite" />
</input>
<output>
<itemStack oreDictionary="crushedCalcite" number="1" />
<itemStack oreDictionary="crushedCalcite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreCassiterite" energyCost="3600">
<input>
<itemStack oreDictionary="oreCassiterite" />
</input>
<output>
<itemStack oreDictionary="crushedCassiterite" number="1" />
<itemStack oreDictionary="crushedCassiterite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreCassiteriteSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreCassiteriteSand" />
</input>
<output>
<itemStack oreDictionary="crushedCassiteriteSand" number="1" />
<itemStack oreDictionary="crushedCassiteriteSand" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreCelestine" energyCost="3600">
<input>
<itemStack oreDictionary="oreCelestine" />
</input>
<output>
<itemStack oreDictionary="crushedCelestine" number="1" />
<itemStack oreDictionary="crushedCelestine" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreCerium" energyCost="3600">
<input>
<itemStack oreDictionary="oreCerium" />
</input>
<output>
<itemStack oreDictionary="crushedCerium" number="1" />
<itemStack oreDictionary="crushedCerium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreCertusQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreCertusQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedCertusQuartz" number="1" />
<itemStack oreDictionary="crushedCertusQuartz" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreChalcopyrite" energyCost="3600">
<input>
<itemStack oreDictionary="oreChalcopyrite" />
</input>
<output>
<itemStack oreDictionary="crushedChalcopyrite" number="1" />
<itemStack oreDictionary="crushedChalcopyrite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreChargedCertusQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreChargedCertusQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedChargedCertusQuartz" number="1" />
<itemStack oreDictionary="crushedChargedCertusQuartz" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreCheese" energyCost="3600">
<input>
<itemStack oreDictionary="oreCheese" />
</input>
<output>
<itemStack oreDictionary="crushedCheese" number="1" />
<itemStack oreDictionary="crushedCheese" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreChrome" energyCost="3600">
<input>
<itemStack oreDictionary="oreChrome" />
</input>
<output>
<itemStack oreDictionary="crushedChrome" number="1" />
<itemStack oreDictionary="crushedChrome" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreChromite" energyCost="3600">
<input>
<itemStack oreDictionary="oreChromite" />
</input>
<output>
<itemStack oreDictionary="crushedChromite" number="1" />
<itemStack oreDictionary="crushedChromite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreChrysotile" energyCost="3600">
<input>
<itemStack oreDictionary="oreChrysotile" />
</input>
<output>
<itemStack oreDictionary="crushedChrysotile" number="1" />
<itemStack oreDictionary="crushedChrysotile" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreCinnabar" energyCost="3600">
<input>
<itemStack oreDictionary="oreCinnabar" />
</input>
<output>
<itemStack oreDictionary="crushedCinnabar" number="1" />
<itemStack oreDictionary="crushedCinnabar" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreCoal" energyCost="3600">
<input>
<itemStack oreDictionary="oreCoal" />
</input>
<output>
<itemStack oreDictionary="crushedCoal" number="1" />
<itemStack oreDictionary="crushedCoal" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreCobalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreCobalt" />
</input>
<output>
<itemStack oreDictionary="crushedCobalt" number="1" />
<itemStack oreDictionary="crushedCobalt" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreCobaltite" energyCost="3600">
<input>
<itemStack oreDictionary="oreCobaltite" />
</input>
<output>
<itemStack oreDictionary="crushedCobaltite" number="1" />
<itemStack oreDictionary="crushedCobaltite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreCooperite" energyCost="3600">
<input>
<itemStack oreDictionary="oreCooperite" />
</input>
<output>
<itemStack oreDictionary="crushedCooperite" number="1" />
<itemStack oreDictionary="crushedCooperite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreCopper" energyCost="3600">
<input>
<itemStack oreDictionary="oreCopper" />
</input>
<output>
<itemStack oreDictionary="crushedCopper" number="1" />
<itemStack oreDictionary="crushedCopper" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreDarkIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreDarkIron" />
</input>
<output>
<itemStack oreDictionary="crushedDarkIron" number="1" />
<itemStack oreDictionary="crushedDarkIron" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreDeepIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreDeepIron" />
</input>
<output>
<itemStack oreDictionary="crushedDeepIron" number="1" />
<itemStack oreDictionary="crushedDeepIron" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreDesh" energyCost="3600">
<input>
<itemStack oreDictionary="oreDesh" />
</input>
<output>
<itemStack oreDictionary="crushedDesh" number="1" />
<itemStack oreDictionary="crushedDesh" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreDiamond" energyCost="3600">
<input>
<itemStack oreDictionary="oreDiamond" />
</input>
<output>
<itemStack oreDictionary="crushedDiamond" number="1" />
<itemStack oreDictionary="crushedDiamond" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreDiatomite" energyCost="3600">
<input>
<itemStack oreDictionary="oreDiatomite" />
</input>
<output>
<itemStack oreDictionary="crushedDiatomite" number="1" />
<itemStack oreDictionary="crushedDiatomite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreDilithium" energyCost="3600">
<input>
<itemStack oreDictionary="oreDilithium" />
</input>
<output>
<itemStack oreDictionary="crushedDilithium" number="1" />
<itemStack oreDictionary="crushedDilithium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreDolomite" energyCost="3600">
<input>
<itemStack oreDictionary="oreDolomite" />
</input>
<output>
<itemStack oreDictionary="crushedDolomite" number="1" />
<itemStack oreDictionary="crushedDolomite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreDysprosium" energyCost="3600">
<input>
<itemStack oreDictionary="oreDysprosium" />
</input>
<output>
<itemStack oreDictionary="crushedDysprosium" number="1" />
<itemStack oreDictionary="crushedDysprosium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreElectrum" energyCost="3600">
<input>
<itemStack oreDictionary="oreElectrum" />
</input>
<output>
<itemStack oreDictionary="crushedElectrum" number="1" />
<itemStack oreDictionary="crushedElectrum" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEmerald" energyCost="3600">
<input>
<itemStack oreDictionary="oreEmerald" />
</input>
<output>
<itemStack oreDictionary="crushedEmerald" number="1" />
<itemStack oreDictionary="crushedEmerald" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEmery" energyCost="3600">
<input>
<itemStack oreDictionary="oreEmery" />
</input>
<output>
<itemStack oreDictionary="crushedEmery" number="1" />
<itemStack oreDictionary="crushedEmery" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreErbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreErbium" />
</input>
<output>
<itemStack oreDictionary="crushedErbium" number="1" />
<itemStack oreDictionary="crushedErbium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEuropium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEuropium" />
</input>
<output>
<itemStack oreDictionary="crushedEuropium" number="1" />
<itemStack oreDictionary="crushedEuropium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreFirestone" energyCost="3600">
<input>
<itemStack oreDictionary="oreFirestone" />
</input>
<output>
<itemStack oreDictionary="crushedFirestone" number="1" />
<itemStack oreDictionary="crushedFirestone" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreFoolsRuby" energyCost="3600">
<input>
<itemStack oreDictionary="oreFoolsRuby" />
</input>
<output>
<itemStack oreDictionary="crushedFoolsRuby" number="1" />
<itemStack oreDictionary="crushedFoolsRuby" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreForce" energyCost="3600">
<input>
<itemStack oreDictionary="oreForce" />
</input>
<output>
<itemStack oreDictionary="crushedForce" number="1" />
<itemStack oreDictionary="crushedForce" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreForcicium" energyCost="3600">
<input>
<itemStack oreDictionary="oreForcicium" />
</input>
<output>
<itemStack oreDictionary="crushedForcicium" number="1" />
<itemStack oreDictionary="crushedForcicium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreForcillium" energyCost="3600">
<input>
<itemStack oreDictionary="oreForcillium" />
</input>
<output>
<itemStack oreDictionary="crushedForcillium" number="1" />
<itemStack oreDictionary="crushedForcillium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreFullersEarth" energyCost="3600">
<input>
<itemStack oreDictionary="oreFullersEarth" />
</input>
<output>
<itemStack oreDictionary="crushedFullersEarth" number="1" />
<itemStack oreDictionary="crushedFullersEarth" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreGadolinium" energyCost="3600">
<input>
<itemStack oreDictionary="oreGadolinium" />
</input>
<output>
<itemStack oreDictionary="crushedGadolinium" number="1" />
<itemStack oreDictionary="crushedGadolinium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreGalena" energyCost="3600">
<input>
<itemStack oreDictionary="oreGalena" />
</input>
<output>
<itemStack oreDictionary="crushedGalena" number="1" />
<itemStack oreDictionary="crushedGalena" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreGallium" energyCost="3600">
<input>
<itemStack oreDictionary="oreGallium" />
</input>
<output>
<itemStack oreDictionary="crushedGallium" number="1" />
<itemStack oreDictionary="crushedGallium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreGarnetRed" energyCost="3600">
<input>
<itemStack oreDictionary="oreGarnetRed" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetRed" number="1" />
<itemStack oreDictionary="crushedGarnetRed" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreGarnetSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreGarnetSand" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetSand" number="1" />
<itemStack oreDictionary="crushedGarnetSand" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreGarnetYellow" energyCost="3600">
<input>
<itemStack oreDictionary="oreGarnetYellow" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetYellow" number="1" />
<itemStack oreDictionary="crushedGarnetYellow" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreGarnierite" energyCost="3600">
<input>
<itemStack oreDictionary="oreGarnierite" />
</input>
<output>
<itemStack oreDictionary="crushedGarnierite" number="1" />
<itemStack oreDictionary="crushedGarnierite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreGlauconite" energyCost="3600">
<input>
<itemStack oreDictionary="oreGlauconite" />
</input>
<output>
<itemStack oreDictionary="crushedGlauconite" number="1" />
<itemStack oreDictionary="crushedGlauconite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreGlauconiteSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreGlauconiteSand" />
</input>
<output>
<itemStack oreDictionary="crushedGlauconiteSand" number="1" />
<itemStack oreDictionary="crushedGlauconiteSand" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreGold" energyCost="3600">
<input>
<itemStack oreDictionary="oreGold" />
</input>
<output>
<itemStack oreDictionary="crushedGold" number="1" />
<itemStack oreDictionary="crushedGold" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreGraniticMineralSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreGraniticMineralSand" />
</input>
<output>
<itemStack oreDictionary="crushedGraniticMineralSand" number="1" />
<itemStack oreDictionary="crushedGraniticMineralSand" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreGraphite" energyCost="3600">
<input>
<itemStack oreDictionary="oreGraphite" />
</input>
<output>
<itemStack oreDictionary="crushedGraphite" number="1" />
<itemStack oreDictionary="crushedGraphite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreGreenSapphire" energyCost="3600">
<input>
<itemStack oreDictionary="oreGreenSapphire" />
</input>
<output>
<itemStack oreDictionary="crushedGreenSapphire" number="1" />
<itemStack oreDictionary="crushedGreenSapphire" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreGrossular" energyCost="3600">
<input>
<itemStack oreDictionary="oreGrossular" />
</input>
<output>
<itemStack oreDictionary="crushedGrossular" number="1" />
<itemStack oreDictionary="crushedGrossular" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreGypsum" energyCost="3600">
<input>
<itemStack oreDictionary="oreGypsum" />
</input>
<output>
<itemStack oreDictionary="crushedGypsum" number="1" />
<itemStack oreDictionary="crushedGypsum" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreHolmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreHolmium" />
</input>
<output>
<itemStack oreDictionary="crushedHolmium" number="1" />
<itemStack oreDictionary="crushedHolmium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreIlmenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreIlmenite" />
</input>
<output>
<itemStack oreDictionary="crushedIlmenite" number="1" />
<itemStack oreDictionary="crushedIlmenite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreIndium" energyCost="3600">
<input>
<itemStack oreDictionary="oreIndium" />
</input>
<output>
<itemStack oreDictionary="crushedIndium" number="1" />
<itemStack oreDictionary="crushedIndium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreInfusedAir" energyCost="3600">
<input>
<itemStack oreDictionary="oreInfusedAir" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedAir" number="1" />
<itemStack oreDictionary="crushedInfusedAir" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreInfusedEarth" energyCost="3600">
<input>
<itemStack oreDictionary="oreInfusedEarth" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedEarth" number="1" />
<itemStack oreDictionary="crushedInfusedEarth" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreInfusedEntropy" energyCost="3600">
<input>
<itemStack oreDictionary="oreInfusedEntropy" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedEntropy" number="1" />
<itemStack oreDictionary="crushedInfusedEntropy" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreInfusedFire" energyCost="3600">
<input>
<itemStack oreDictionary="oreInfusedFire" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedFire" number="1" />
<itemStack oreDictionary="crushedInfusedFire" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreInfusedGold" energyCost="3600">
<input>
<itemStack oreDictionary="oreInfusedGold" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedGold" number="1" />
<itemStack oreDictionary="crushedInfusedGold" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreInfusedOrder" energyCost="3600">
<input>
<itemStack oreDictionary="oreInfusedOrder" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedOrder" number="1" />
<itemStack oreDictionary="crushedInfusedOrder" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreInfusedWater" energyCost="3600">
<input>
<itemStack oreDictionary="oreInfusedWater" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedWater" number="1" />
<itemStack oreDictionary="crushedInfusedWater" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreIridium" energyCost="3600">
<input>
<itemStack oreDictionary="oreIridium" />
</input>
<output>
<itemStack oreDictionary="crushedIridium" number="1" />
<itemStack oreDictionary="crushedIridium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreIron" />
</input>
<output>
<itemStack oreDictionary="crushedIron" number="1" />
<itemStack oreDictionary="crushedIron" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreJade" energyCost="3600">
<input>
<itemStack oreDictionary="oreJade" />
</input>
<output>
<itemStack oreDictionary="crushedJade" number="1" />
<itemStack oreDictionary="crushedJade" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreJasper" energyCost="3600">
<input>
<itemStack oreDictionary="oreJasper" />
</input>
<output>
<itemStack oreDictionary="crushedJasper" number="1" />
<itemStack oreDictionary="crushedJasper" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreKaolinite" energyCost="3600">
<input>
<itemStack oreDictionary="oreKaolinite" />
</input>
<output>
<itemStack oreDictionary="crushedKaolinite" number="1" />
<itemStack oreDictionary="crushedKaolinite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreKyanite" energyCost="3600">
<input>
<itemStack oreDictionary="oreKyanite" />
</input>
<output>
<itemStack oreDictionary="crushedKyanite" number="1" />
<itemStack oreDictionary="crushedKyanite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreLanthanum" energyCost="3600">
<input>
<itemStack oreDictionary="oreLanthanum" />
</input>
<output>
<itemStack oreDictionary="crushedLanthanum" number="1" />
<itemStack oreDictionary="crushedLanthanum" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreLapis" energyCost="3600">
<input>
<itemStack oreDictionary="oreLapis" />
</input>
<output>
<itemStack oreDictionary="crushedLapis" number="1" />
<itemStack oreDictionary="crushedLapis" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreLazurite" energyCost="3600">
<input>
<itemStack oreDictionary="oreLazurite" />
</input>
<output>
<itemStack oreDictionary="crushedLazurite" number="1" />
<itemStack oreDictionary="crushedLazurite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreLead" energyCost="3600">
<input>
<itemStack oreDictionary="oreLead" />
</input>
<output>
<itemStack oreDictionary="crushedLead" number="1" />
<itemStack oreDictionary="crushedLead" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreLepidolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreLepidolite" />
</input>
<output>
<itemStack oreDictionary="crushedLepidolite" number="1" />
<itemStack oreDictionary="crushedLepidolite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreLignite" energyCost="3600">
<input>
<itemStack oreDictionary="oreLignite" />
</input>
<output>
<itemStack oreDictionary="crushedLignite" number="1" />
<itemStack oreDictionary="crushedLignite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreLithium" energyCost="3600">
<input>
<itemStack oreDictionary="oreLithium" />
</input>
<output>
<itemStack oreDictionary="crushedLithium" number="1" />
<itemStack oreDictionary="crushedLithium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreLutetium" energyCost="3600">
<input>
<itemStack oreDictionary="oreLutetium" />
</input>
<output>
<itemStack oreDictionary="crushedLutetium" number="1" />
<itemStack oreDictionary="crushedLutetium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMagnesite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMagnesite" />
</input>
<output>
<itemStack oreDictionary="crushedMagnesite" number="1" />
<itemStack oreDictionary="crushedMagnesite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMagnesium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMagnesium" />
</input>
<output>
<itemStack oreDictionary="crushedMagnesium" number="1" />
<itemStack oreDictionary="crushedMagnesium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMagnetite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMagnetite" />
</input>
<output>
<itemStack oreDictionary="crushedMagnetite" number="1" />
<itemStack oreDictionary="crushedMagnetite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMalachite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMalachite" />
</input>
<output>
<itemStack oreDictionary="crushedMalachite" number="1" />
<itemStack oreDictionary="crushedMalachite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreManganese" energyCost="3600">
<input>
<itemStack oreDictionary="oreManganese" />
</input>
<output>
<itemStack oreDictionary="crushedManganese" number="1" />
<itemStack oreDictionary="crushedManganese" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMeteoricIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreMeteoricIron" />
</input>
<output>
<itemStack oreDictionary="crushedMeteoricIron" number="1" />
<itemStack oreDictionary="crushedMeteoricIron" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMica" energyCost="3600">
<input>
<itemStack oreDictionary="oreMica" />
</input>
<output>
<itemStack oreDictionary="crushedMica" number="1" />
<itemStack oreDictionary="crushedMica" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMidasium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMidasium" />
</input>
<output>
<itemStack oreDictionary="crushedMidasium" number="1" />
<itemStack oreDictionary="crushedMidasium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMirabilite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMirabilite" />
</input>
<output>
<itemStack oreDictionary="crushedMirabilite" number="1" />
<itemStack oreDictionary="crushedMirabilite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMithril" energyCost="3600">
<input>
<itemStack oreDictionary="oreMithril" />
</input>
<output>
<itemStack oreDictionary="crushedMithril" number="1" />
<itemStack oreDictionary="crushedMithril" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMolybdenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMolybdenite" />
</input>
<output>
<itemStack oreDictionary="crushedMolybdenite" number="1" />
<itemStack oreDictionary="crushedMolybdenite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMolybdenum" energyCost="3600">
<input>
<itemStack oreDictionary="oreMolybdenum" />
</input>
<output>
<itemStack oreDictionary="crushedMolybdenum" number="1" />
<itemStack oreDictionary="crushedMolybdenum" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMonazite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMonazite" />
</input>
<output>
<itemStack oreDictionary="crushedMonazite" number="1" />
<itemStack oreDictionary="crushedMonazite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNaquadah" energyCost="3600">
<input>
<itemStack oreDictionary="oreNaquadah" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadah" number="1" />
<itemStack oreDictionary="crushedNaquadah" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNaquadahEnriched" energyCost="3600">
<input>
<itemStack oreDictionary="oreNaquadahEnriched" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadahEnriched" number="1" />
<itemStack oreDictionary="crushedNaquadahEnriched" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNaquadria" energyCost="3600">
<input>
<itemStack oreDictionary="oreNaquadria" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadria" number="1" />
<itemStack oreDictionary="crushedNaquadria" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNeodymium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNeodymium" />
</input>
<output>
<itemStack oreDictionary="crushedNeodymium" number="1" />
<itemStack oreDictionary="crushedNeodymium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedNetherQuartz" number="1" />
<itemStack oreDictionary="crushedNetherQuartz" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNeutronium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNeutronium" />
</input>
<output>
<itemStack oreDictionary="crushedNeutronium" number="1" />
<itemStack oreDictionary="crushedNeutronium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNickel" energyCost="3600">
<input>
<itemStack oreDictionary="oreNickel" />
</input>
<output>
<itemStack oreDictionary="crushedNickel" number="1" />
<itemStack oreDictionary="crushedNickel" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNikolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNikolite" />
</input>
<output>
<itemStack oreDictionary="crushedNikolite" number="1" />
<itemStack oreDictionary="crushedNikolite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNiobium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNiobium" />
</input>
<output>
<itemStack oreDictionary="crushedNiobium" number="1" />
<itemStack oreDictionary="crushedNiobium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNiter" energyCost="3600">
<input>
<itemStack oreDictionary="oreNiter" />
</input>
<output>
<itemStack oreDictionary="crushedNiter" number="1" />
<itemStack oreDictionary="crushedNiter" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreOlivine" energyCost="3600">
<input>
<itemStack oreDictionary="oreOlivine" />
</input>
<output>
<itemStack oreDictionary="crushedOlivine" number="1" />
<itemStack oreDictionary="crushedOlivine" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreOpal" energyCost="3600">
<input>
<itemStack oreDictionary="oreOpal" />
</input>
<output>
<itemStack oreDictionary="crushedOpal" number="1" />
<itemStack oreDictionary="crushedOpal" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreOsmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreOsmium" />
</input>
<output>
<itemStack oreDictionary="crushedOsmium" number="1" />
<itemStack oreDictionary="crushedOsmium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushorePalladium" energyCost="3600">
<input>
<itemStack oreDictionary="orePalladium" />
</input>
<output>
<itemStack oreDictionary="crushedPalladium" number="1" />
<itemStack oreDictionary="crushedPalladium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushorePentlandite" energyCost="3600">
<input>
<itemStack oreDictionary="orePentlandite" />
</input>
<output>
<itemStack oreDictionary="crushedPentlandite" number="1" />
<itemStack oreDictionary="crushedPentlandite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushorePerlite" energyCost="3600">
<input>
<itemStack oreDictionary="orePerlite" />
</input>
<output>
<itemStack oreDictionary="crushedPerlite" number="1" />
<itemStack oreDictionary="crushedPerlite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushorePhosphate" energyCost="3600">
<input>
<itemStack oreDictionary="orePhosphate" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphate" number="1" />
<itemStack oreDictionary="crushedPhosphate" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushorePhosphor" energyCost="3600">
<input>
<itemStack oreDictionary="orePhosphor" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphor" number="1" />
<itemStack oreDictionary="crushedPhosphor" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushorePhosphorus" energyCost="3600">
<input>
<itemStack oreDictionary="orePhosphorus" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphorus" number="1" />
<itemStack oreDictionary="crushedPhosphorus" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushorePigIron" energyCost="3600">
<input>
<itemStack oreDictionary="orePigIron" />
</input>
<output>
<itemStack oreDictionary="crushedPigIron" number="1" />
<itemStack oreDictionary="crushedPigIron" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushorePitchblende" energyCost="3600">
<input>
<itemStack oreDictionary="orePitchblende" />
</input>
<output>
<itemStack oreDictionary="crushedPitchblende" number="1" />
<itemStack oreDictionary="crushedPitchblende" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushorePlatinum" energyCost="3600">
<input>
<itemStack oreDictionary="orePlatinum" />
</input>
<output>
<itemStack oreDictionary="crushedPlatinum" number="1" />
<itemStack oreDictionary="crushedPlatinum" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushorePlutonium" energyCost="3600">
<input>
<itemStack oreDictionary="orePlutonium" />
</input>
<output>
<itemStack oreDictionary="crushedPlutonium" number="1" />
<itemStack oreDictionary="crushedPlutonium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushorePlutonium241" energyCost="3600">
<input>
<itemStack oreDictionary="orePlutonium241" />
</input>
<output>
<itemStack oreDictionary="crushedPlutonium241" number="1" />
<itemStack oreDictionary="crushedPlutonium241" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushorePollucite" energyCost="3600">
<input>
<itemStack oreDictionary="orePollucite" />
</input>
<output>
<itemStack oreDictionary="crushedPollucite" number="1" />
<itemStack oreDictionary="crushedPollucite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushorePowellite" energyCost="3600">
<input>
<itemStack oreDictionary="orePowellite" />
</input>
<output>
<itemStack oreDictionary="crushedPowellite" number="1" />
<itemStack oreDictionary="crushedPowellite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushorePraseodymium" energyCost="3600">
<input>
<itemStack oreDictionary="orePraseodymium" />
</input>
<output>
<itemStack oreDictionary="crushedPraseodymium" number="1" />
<itemStack oreDictionary="crushedPraseodymium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushorePromethium" energyCost="3600">
<input>
<itemStack oreDictionary="orePromethium" />
</input>
<output>
<itemStack oreDictionary="crushedPromethium" number="1" />
<itemStack oreDictionary="crushedPromethium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushorePumice" energyCost="3600">
<input>
<itemStack oreDictionary="orePumice" />
</input>
<output>
<itemStack oreDictionary="crushedPumice" number="1" />
<itemStack oreDictionary="crushedPumice" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushorePyrite" energyCost="3600">
<input>
<itemStack oreDictionary="orePyrite" />
</input>
<output>
<itemStack oreDictionary="crushedPyrite" number="1" />
<itemStack oreDictionary="crushedPyrite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushorePyrolusite" energyCost="3600">
<input>
<itemStack oreDictionary="orePyrolusite" />
</input>
<output>
<itemStack oreDictionary="crushedPyrolusite" number="1" />
<itemStack oreDictionary="crushedPyrolusite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushorePyrope" energyCost="3600">
<input>
<itemStack oreDictionary="orePyrope" />
</input>
<output>
<itemStack oreDictionary="crushedPyrope" number="1" />
<itemStack oreDictionary="crushedPyrope" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreQuartzite" energyCost="3600">
<input>
<itemStack oreDictionary="oreQuartzite" />
</input>
<output>
<itemStack oreDictionary="crushedQuartzite" number="1" />
<itemStack oreDictionary="crushedQuartzite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreQuartzSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreQuartzSand" />
</input>
<output>
<itemStack oreDictionary="crushedQuartzSand" number="1" />
<itemStack oreDictionary="crushedQuartzSand" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedstone" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedstone" />
</input>
<output>
<itemStack oreDictionary="crushedRedstone" number="1" />
<itemStack oreDictionary="crushedRedstone" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRockSalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreRockSalt" />
</input>
<output>
<itemStack oreDictionary="crushedRockSalt" number="1" />
<itemStack oreDictionary="crushedRockSalt" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRubidium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRubidium" />
</input>
<output>
<itemStack oreDictionary="crushedRubidium" number="1" />
<itemStack oreDictionary="crushedRubidium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRuby" energyCost="3600">
<input>
<itemStack oreDictionary="oreRuby" />
</input>
<output>
<itemStack oreDictionary="crushedRuby" number="1" />
<itemStack oreDictionary="crushedRuby" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreSalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreSalt" />
</input>
<output>
<itemStack oreDictionary="crushedSalt" number="1" />
<itemStack oreDictionary="crushedSalt" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreSaltpeter" energyCost="3600">
<input>
<itemStack oreDictionary="oreSaltpeter" />
</input>
<output>
<itemStack oreDictionary="crushedSaltpeter" number="1" />
<itemStack oreDictionary="crushedSaltpeter" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreSamarium" energyCost="3600">
<input>
<itemStack oreDictionary="oreSamarium" />
</input>
<output>
<itemStack oreDictionary="crushedSamarium" number="1" />
<itemStack oreDictionary="crushedSamarium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreSapphire" energyCost="3600">
<input>
<itemStack oreDictionary="oreSapphire" />
</input>
<output>
<itemStack oreDictionary="crushedSapphire" number="1" />
<itemStack oreDictionary="crushedSapphire" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreScandium" energyCost="3600">
<input>
<itemStack oreDictionary="oreScandium" />
</input>
<output>
<itemStack oreDictionary="crushedScandium" number="1" />
<itemStack oreDictionary="crushedScandium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreScheelite" energyCost="3600">
<input>
<itemStack oreDictionary="oreScheelite" />
</input>
<output>
<itemStack oreDictionary="crushedScheelite" number="1" />
<itemStack oreDictionary="crushedScheelite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreShadowIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreShadowIron" />
</input>
<output>
<itemStack oreDictionary="crushedShadowIron" number="1" />
<itemStack oreDictionary="crushedShadowIron" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreSilicon" energyCost="3600">
<input>
<itemStack oreDictionary="oreSilicon" />
</input>
<output>
<itemStack oreDictionary="crushedSilicon" number="1" />
<itemStack oreDictionary="crushedSilicon" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreSilver" energyCost="3600">
<input>
<itemStack oreDictionary="oreSilver" />
</input>
<output>
<itemStack oreDictionary="crushedSilver" number="1" />
<itemStack oreDictionary="crushedSilver" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreSoapstone" energyCost="3600">
<input>
<itemStack oreDictionary="oreSoapstone" />
</input>
<output>
<itemStack oreDictionary="crushedSoapstone" number="1" />
<itemStack oreDictionary="crushedSoapstone" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreSodalite" energyCost="3600">
<input>
<itemStack oreDictionary="oreSodalite" />
</input>
<output>
<itemStack oreDictionary="crushedSodalite" number="1" />
<itemStack oreDictionary="crushedSodalite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreSpessartine" energyCost="3600">
<input>
<itemStack oreDictionary="oreSpessartine" />
</input>
<output>
<itemStack oreDictionary="crushedSpessartine" number="1" />
<itemStack oreDictionary="crushedSpessartine" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreSphalerite" energyCost="3600">
<input>
<itemStack oreDictionary="oreSphalerite" />
</input>
<output>
<itemStack oreDictionary="crushedSphalerite" number="1" />
<itemStack oreDictionary="crushedSphalerite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreSpodumene" energyCost="3600">
<input>
<itemStack oreDictionary="oreSpodumene" />
</input>
<output>
<itemStack oreDictionary="crushedSpodumene" number="1" />
<itemStack oreDictionary="crushedSpodumene" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreStibnite" energyCost="3600">
<input>
<itemStack oreDictionary="oreStibnite" />
</input>
<output>
<itemStack oreDictionary="crushedStibnite" number="1" />
<itemStack oreDictionary="crushedStibnite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreStrontium" energyCost="3600">
<input>
<itemStack oreDictionary="oreStrontium" />
</input>
<output>
<itemStack oreDictionary="crushedStrontium" number="1" />
<itemStack oreDictionary="crushedStrontium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreSulfur" energyCost="3600">
<input>
<itemStack oreDictionary="oreSulfur" />
</input>
<output>
<itemStack oreDictionary="crushedSulfur" number="1" />
<itemStack oreDictionary="crushedSulfur" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreTalc" energyCost="3600">
<input>
<itemStack oreDictionary="oreTalc" />
</input>
<output>
<itemStack oreDictionary="crushedTalc" number="1" />
<itemStack oreDictionary="crushedTalc" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreTantalite" energyCost="3600">
<input>
<itemStack oreDictionary="oreTantalite" />
</input>
<output>
<itemStack oreDictionary="crushedTantalite" number="1" />
<itemStack oreDictionary="crushedTantalite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreTantalum" energyCost="3600">
<input>
<itemStack oreDictionary="oreTantalum" />
</input>
<output>
<itemStack oreDictionary="crushedTantalum" number="1" />
<itemStack oreDictionary="crushedTantalum" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreTanzanite" energyCost="3600">
<input>
<itemStack oreDictionary="oreTanzanite" />
</input>
<output>
<itemStack oreDictionary="crushedTanzanite" number="1" />
<itemStack oreDictionary="crushedTanzanite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreTellurium" energyCost="3600">
<input>
<itemStack oreDictionary="oreTellurium" />
</input>
<output>
<itemStack oreDictionary="crushedTellurium" number="1" />
<itemStack oreDictionary="crushedTellurium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreTerbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreTerbium" />
</input>
<output>
<itemStack oreDictionary="crushedTerbium" number="1" />
<itemStack oreDictionary="crushedTerbium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreTetrahedrite" energyCost="3600">
<input>
<itemStack oreDictionary="oreTetrahedrite" />
</input>
<output>
<itemStack oreDictionary="crushedTetrahedrite" number="1" />
<itemStack oreDictionary="crushedTetrahedrite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreThorium" energyCost="3600">
<input>
<itemStack oreDictionary="oreThorium" />
</input>
<output>
<itemStack oreDictionary="crushedThorium" number="1" />
<itemStack oreDictionary="crushedThorium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreThulium" energyCost="3600">
<input>
<itemStack oreDictionary="oreThulium" />
</input>
<output>
<itemStack oreDictionary="crushedThulium" number="1" />
<itemStack oreDictionary="crushedThulium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreTin" energyCost="3600">
<input>
<itemStack oreDictionary="oreTin" />
</input>
<output>
<itemStack oreDictionary="crushedTin" number="1" />
<itemStack oreDictionary="crushedTin" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreTitanium" energyCost="3600">
<input>
<itemStack oreDictionary="oreTitanium" />
</input>
<output>
<itemStack oreDictionary="crushedTitanium" number="1" />
<itemStack oreDictionary="crushedTitanium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreTopaz" energyCost="3600">
<input>
<itemStack oreDictionary="oreTopaz" />
</input>
<output>
<itemStack oreDictionary="crushedTopaz" number="1" />
<itemStack oreDictionary="crushedTopaz" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreTrona" energyCost="3600">
<input>
<itemStack oreDictionary="oreTrona" />
</input>
<output>
<itemStack oreDictionary="crushedTrona" number="1" />
<itemStack oreDictionary="crushedTrona" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreTungstate" energyCost="3600">
<input>
<itemStack oreDictionary="oreTungstate" />
</input>
<output>
<itemStack oreDictionary="crushedTungstate" number="1" />
<itemStack oreDictionary="crushedTungstate" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreTungsten" energyCost="3600">
<input>
<itemStack oreDictionary="oreTungsten" />
</input>
<output>
<itemStack oreDictionary="crushedTungsten" number="1" />
<itemStack oreDictionary="crushedTungsten" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreUraninite" energyCost="3600">
<input>
<itemStack oreDictionary="oreUraninite" />
</input>
<output>
<itemStack oreDictionary="crushedUraninite" number="1" />
<itemStack oreDictionary="crushedUraninite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreUranium" energyCost="3600">
<input>
<itemStack oreDictionary="oreUranium" />
</input>
<output>
<itemStack oreDictionary="crushedUranium" number="1" />
<itemStack oreDictionary="crushedUranium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreUranium235" energyCost="3600">
<input>
<itemStack oreDictionary="oreUranium235" />
</input>
<output>
<itemStack oreDictionary="crushedUranium235" number="1" />
<itemStack oreDictionary="crushedUranium235" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreUvarovite" energyCost="3600">
<input>
<itemStack oreDictionary="oreUvarovite" />
</input>
<output>
<itemStack oreDictionary="crushedUvarovite" number="1" />
<itemStack oreDictionary="crushedUvarovite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreVanadium" energyCost="3600">
<input>
<itemStack oreDictionary="oreVanadium" />
</input>
<output>
<itemStack oreDictionary="crushedVanadium" number="1" />
<itemStack oreDictionary="crushedVanadium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreVanadiumMagnetite" energyCost="3600">
<input>
<itemStack oreDictionary="oreVanadiumMagnetite" />
</input>
<output>
<itemStack oreDictionary="crushedVanadiumMagnetite" number="1" />
<itemStack oreDictionary="crushedVanadiumMagnetite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreVermiculite" energyCost="3600">
<input>
<itemStack oreDictionary="oreVermiculite" />
</input>
<output>
<itemStack oreDictionary="crushedVermiculite" number="1" />
<itemStack oreDictionary="crushedVermiculite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreVinteum" energyCost="3600">
<input>
<itemStack oreDictionary="oreVinteum" />
</input>
<output>
<itemStack oreDictionary="crushedVinteum" number="1" />
<itemStack oreDictionary="crushedVinteum" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreWollastonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreWollastonite" />
</input>
<output>
<itemStack oreDictionary="crushedWollastonite" number="1" />
<itemStack oreDictionary="crushedWollastonite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreWulfenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreWulfenite" />
</input>
<output>
<itemStack oreDictionary="crushedWulfenite" number="1" />
<itemStack oreDictionary="crushedWulfenite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreYellowLimonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreYellowLimonite" />
</input>
<output>
<itemStack oreDictionary="crushedYellowLimonite" number="1" />
<itemStack oreDictionary="crushedYellowLimonite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreYtterbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreYtterbium" />
</input>
<output>
<itemStack oreDictionary="crushedYtterbium" number="1" />
<itemStack oreDictionary="crushedYtterbium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreYttrium" energyCost="3600">
<input>
<itemStack oreDictionary="oreYttrium" />
</input>
<output>
<itemStack oreDictionary="crushedYttrium" number="1" />
<itemStack oreDictionary="crushedYttrium" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreZeolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreZeolite" />
</input>
<output>
<itemStack oreDictionary="crushedZeolite" number="1" />
<itemStack oreDictionary="crushedZeolite" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreZinc" energyCost="3600">
<input>
<itemStack oreDictionary="oreZinc" />
</input>
<output>
<itemStack oreDictionary="crushedZinc" number="1" />
<itemStack oreDictionary="crushedZinc" chance="0.5" />
<itemStack oreDictionary="dustStone" chance="0.5" />
</output>
</recipe>
<!-- End of RegularOres -->
<!-- Crush End-Ores -->
<recipe name="CrushoreEndstoneAdamantium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneAdamantium" />
</input>
<output>
<itemStack oreDictionary="crushedAdamantium" number="1" />
<itemStack oreDictionary="crushedAdamantium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneAlmandine" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneAlmandine" />
</input>
<output>
<itemStack oreDictionary="crushedAlmandine" number="1" />
<itemStack oreDictionary="crushedAlmandine" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneAluminium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneAluminium" />
</input>
<output>
<itemStack oreDictionary="crushedAluminium" number="1" />
<itemStack oreDictionary="crushedAluminium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneAlunite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneAlunite" />
</input>
<output>
<itemStack oreDictionary="crushedAlunite" number="1" />
<itemStack oreDictionary="crushedAlunite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneAmber" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneAmber" />
</input>
<output>
<itemStack oreDictionary="crushedAmber" number="1" />
<itemStack oreDictionary="crushedAmber" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneAmericium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneAmericium" />
</input>
<output>
<itemStack oreDictionary="crushedAmericium" number="1" />
<itemStack oreDictionary="crushedAmericium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneAmethyst" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneAmethyst" />
</input>
<output>
<itemStack oreDictionary="crushedAmethyst" number="1" />
<itemStack oreDictionary="crushedAmethyst" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneAndradite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneAndradite" />
</input>
<output>
<itemStack oreDictionary="crushedAndradite" number="1" />
<itemStack oreDictionary="crushedAndradite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneAntimony" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneAntimony" />
</input>
<output>
<itemStack oreDictionary="crushedAntimony" number="1" />
<itemStack oreDictionary="crushedAntimony" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneApatite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneApatite" />
</input>
<output>
<itemStack oreDictionary="crushedApatite" number="1" />
<itemStack oreDictionary="crushedApatite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneAsbestos" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneAsbestos" />
</input>
<output>
<itemStack oreDictionary="crushedAsbestos" number="1" />
<itemStack oreDictionary="crushedAsbestos" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneAstralSilver" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneAstralSilver" />
</input>
<output>
<itemStack oreDictionary="crushedAstralSilver" number="1" />
<itemStack oreDictionary="crushedAstralSilver" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneBandedIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneBandedIron" />
</input>
<output>
<itemStack oreDictionary="crushedBandedIron" number="1" />
<itemStack oreDictionary="crushedBandedIron" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneBarite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneBarite" />
</input>
<output>
<itemStack oreDictionary="crushedBarite" number="1" />
<itemStack oreDictionary="crushedBarite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneBarium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneBarium" />
</input>
<output>
<itemStack oreDictionary="crushedBarium" number="1" />
<itemStack oreDictionary="crushedBarium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneBasalticMineralSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneBasalticMineralSand" />
</input>
<output>
<itemStack oreDictionary="crushedBasalticMineralSand" number="1" />
<itemStack oreDictionary="crushedBasalticMineralSand" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneBastnasite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneBastnasite" />
</input>
<output>
<itemStack oreDictionary="crushedBastnasite" number="1" />
<itemStack oreDictionary="crushedBastnasite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneBauxite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneBauxite" />
</input>
<output>
<itemStack oreDictionary="crushedBauxite" number="1" />
<itemStack oreDictionary="crushedBauxite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneBentonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneBentonite" />
</input>
<output>
<itemStack oreDictionary="crushedBentonite" number="1" />
<itemStack oreDictionary="crushedBentonite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneBeryllium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneBeryllium" />
</input>
<output>
<itemStack oreDictionary="crushedBeryllium" number="1" />
<itemStack oreDictionary="crushedBeryllium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneBismuth" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneBismuth" />
</input>
<output>
<itemStack oreDictionary="crushedBismuth" number="1" />
<itemStack oreDictionary="crushedBismuth" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneBlueTopaz" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneBlueTopaz" />
</input>
<output>
<itemStack oreDictionary="crushedBlueTopaz" number="1" />
<itemStack oreDictionary="crushedBlueTopaz" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneBorax" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneBorax" />
</input>
<output>
<itemStack oreDictionary="crushedBorax" number="1" />
<itemStack oreDictionary="crushedBorax" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneBoron" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneBoron" />
</input>
<output>
<itemStack oreDictionary="crushedBoron" number="1" />
<itemStack oreDictionary="crushedBoron" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneBrownLimonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneBrownLimonite" />
</input>
<output>
<itemStack oreDictionary="crushedBrownLimonite" number="1" />
<itemStack oreDictionary="crushedBrownLimonite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneCadmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneCadmium" />
</input>
<output>
<itemStack oreDictionary="crushedCadmium" number="1" />
<itemStack oreDictionary="crushedCadmium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneCaesium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneCaesium" />
</input>
<output>
<itemStack oreDictionary="crushedCaesium" number="1" />
<itemStack oreDictionary="crushedCaesium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneCalcite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneCalcite" />
</input>
<output>
<itemStack oreDictionary="crushedCalcite" number="1" />
<itemStack oreDictionary="crushedCalcite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneCassiterite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneCassiterite" />
</input>
<output>
<itemStack oreDictionary="crushedCassiterite" number="1" />
<itemStack oreDictionary="crushedCassiterite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneCassiteriteSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneCassiteriteSand" />
</input>
<output>
<itemStack oreDictionary="crushedCassiteriteSand" number="1" />
<itemStack oreDictionary="crushedCassiteriteSand" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneCelestine" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneCelestine" />
</input>
<output>
<itemStack oreDictionary="crushedCelestine" number="1" />
<itemStack oreDictionary="crushedCelestine" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneCerium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneCerium" />
</input>
<output>
<itemStack oreDictionary="crushedCerium" number="1" />
<itemStack oreDictionary="crushedCerium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneCertusQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneCertusQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedCertusQuartz" number="1" />
<itemStack oreDictionary="crushedCertusQuartz" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneChalcopyrite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneChalcopyrite" />
</input>
<output>
<itemStack oreDictionary="crushedChalcopyrite" number="1" />
<itemStack oreDictionary="crushedChalcopyrite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneChargedCertusQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneChargedCertusQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedChargedCertusQuartz" number="1" />
<itemStack oreDictionary="crushedChargedCertusQuartz" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneCheese" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneCheese" />
</input>
<output>
<itemStack oreDictionary="crushedCheese" number="1" />
<itemStack oreDictionary="crushedCheese" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneChrome" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneChrome" />
</input>
<output>
<itemStack oreDictionary="crushedChrome" number="1" />
<itemStack oreDictionary="crushedChrome" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneChromite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneChromite" />
</input>
<output>
<itemStack oreDictionary="crushedChromite" number="1" />
<itemStack oreDictionary="crushedChromite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneChrysotile" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneChrysotile" />
</input>
<output>
<itemStack oreDictionary="crushedChrysotile" number="1" />
<itemStack oreDictionary="crushedChrysotile" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneCinnabar" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneCinnabar" />
</input>
<output>
<itemStack oreDictionary="crushedCinnabar" number="1" />
<itemStack oreDictionary="crushedCinnabar" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneCoal" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneCoal" />
</input>
<output>
<itemStack oreDictionary="crushedCoal" number="1" />
<itemStack oreDictionary="crushedCoal" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneCobalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneCobalt" />
</input>
<output>
<itemStack oreDictionary="crushedCobalt" number="1" />
<itemStack oreDictionary="crushedCobalt" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneCobaltite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneCobaltite" />
</input>
<output>
<itemStack oreDictionary="crushedCobaltite" number="1" />
<itemStack oreDictionary="crushedCobaltite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneCooperite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneCooperite" />
</input>
<output>
<itemStack oreDictionary="crushedCooperite" number="1" />
<itemStack oreDictionary="crushedCooperite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneCopper" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneCopper" />
</input>
<output>
<itemStack oreDictionary="crushedCopper" number="1" />
<itemStack oreDictionary="crushedCopper" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneDarkIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneDarkIron" />
</input>
<output>
<itemStack oreDictionary="crushedDarkIron" number="1" />
<itemStack oreDictionary="crushedDarkIron" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneDeepIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneDeepIron" />
</input>
<output>
<itemStack oreDictionary="crushedDeepIron" number="1" />
<itemStack oreDictionary="crushedDeepIron" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneDesh" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneDesh" />
</input>
<output>
<itemStack oreDictionary="crushedDesh" number="1" />
<itemStack oreDictionary="crushedDesh" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneDiamond" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneDiamond" />
</input>
<output>
<itemStack oreDictionary="crushedDiamond" number="1" />
<itemStack oreDictionary="crushedDiamond" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneDiatomite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneDiatomite" />
</input>
<output>
<itemStack oreDictionary="crushedDiatomite" number="1" />
<itemStack oreDictionary="crushedDiatomite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneDilithium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneDilithium" />
</input>
<output>
<itemStack oreDictionary="crushedDilithium" number="1" />
<itemStack oreDictionary="crushedDilithium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneDolomite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneDolomite" />
</input>
<output>
<itemStack oreDictionary="crushedDolomite" number="1" />
<itemStack oreDictionary="crushedDolomite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneDysprosium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneDysprosium" />
</input>
<output>
<itemStack oreDictionary="crushedDysprosium" number="1" />
<itemStack oreDictionary="crushedDysprosium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneElectrum" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneElectrum" />
</input>
<output>
<itemStack oreDictionary="crushedElectrum" number="1" />
<itemStack oreDictionary="crushedElectrum" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneEmerald" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneEmerald" />
</input>
<output>
<itemStack oreDictionary="crushedEmerald" number="1" />
<itemStack oreDictionary="crushedEmerald" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneEmery" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneEmery" />
</input>
<output>
<itemStack oreDictionary="crushedEmery" number="1" />
<itemStack oreDictionary="crushedEmery" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneErbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneErbium" />
</input>
<output>
<itemStack oreDictionary="crushedErbium" number="1" />
<itemStack oreDictionary="crushedErbium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneEuropium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneEuropium" />
</input>
<output>
<itemStack oreDictionary="crushedEuropium" number="1" />
<itemStack oreDictionary="crushedEuropium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneFirestone" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneFirestone" />
</input>
<output>
<itemStack oreDictionary="crushedFirestone" number="1" />
<itemStack oreDictionary="crushedFirestone" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneFoolsRuby" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneFoolsRuby" />
</input>
<output>
<itemStack oreDictionary="crushedFoolsRuby" number="1" />
<itemStack oreDictionary="crushedFoolsRuby" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneForce" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneForce" />
</input>
<output>
<itemStack oreDictionary="crushedForce" number="1" />
<itemStack oreDictionary="crushedForce" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneForcicium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneForcicium" />
</input>
<output>
<itemStack oreDictionary="crushedForcicium" number="1" />
<itemStack oreDictionary="crushedForcicium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneForcillium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneForcillium" />
</input>
<output>
<itemStack oreDictionary="crushedForcillium" number="1" />
<itemStack oreDictionary="crushedForcillium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneFullersEarth" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneFullersEarth" />
</input>
<output>
<itemStack oreDictionary="crushedFullersEarth" number="1" />
<itemStack oreDictionary="crushedFullersEarth" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneGadolinium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneGadolinium" />
</input>
<output>
<itemStack oreDictionary="crushedGadolinium" number="1" />
<itemStack oreDictionary="crushedGadolinium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneGalena" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneGalena" />
</input>
<output>
<itemStack oreDictionary="crushedGalena" number="1" />
<itemStack oreDictionary="crushedGalena" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneGallium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneGallium" />
</input>
<output>
<itemStack oreDictionary="crushedGallium" number="1" />
<itemStack oreDictionary="crushedGallium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneGarnetRed" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneGarnetRed" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetRed" number="1" />
<itemStack oreDictionary="crushedGarnetRed" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneGarnetSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneGarnetSand" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetSand" number="1" />
<itemStack oreDictionary="crushedGarnetSand" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneGarnetYellow" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneGarnetYellow" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetYellow" number="1" />
<itemStack oreDictionary="crushedGarnetYellow" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneGarnierite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneGarnierite" />
</input>
<output>
<itemStack oreDictionary="crushedGarnierite" number="1" />
<itemStack oreDictionary="crushedGarnierite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneGlauconite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneGlauconite" />
</input>
<output>
<itemStack oreDictionary="crushedGlauconite" number="1" />
<itemStack oreDictionary="crushedGlauconite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneGlauconiteSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneGlauconiteSand" />
</input>
<output>
<itemStack oreDictionary="crushedGlauconiteSand" number="1" />
<itemStack oreDictionary="crushedGlauconiteSand" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneGold" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneGold" />
</input>
<output>
<itemStack oreDictionary="crushedGold" number="1" />
<itemStack oreDictionary="crushedGold" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneGraniticMineralSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneGraniticMineralSand" />
</input>
<output>
<itemStack oreDictionary="crushedGraniticMineralSand" number="1" />
<itemStack oreDictionary="crushedGraniticMineralSand" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneGraphite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneGraphite" />
</input>
<output>
<itemStack oreDictionary="crushedGraphite" number="1" />
<itemStack oreDictionary="crushedGraphite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneGreenSapphire" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneGreenSapphire" />
</input>
<output>
<itemStack oreDictionary="crushedGreenSapphire" number="1" />
<itemStack oreDictionary="crushedGreenSapphire" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneGrossular" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneGrossular" />
</input>
<output>
<itemStack oreDictionary="crushedGrossular" number="1" />
<itemStack oreDictionary="crushedGrossular" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneGypsum" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneGypsum" />
</input>
<output>
<itemStack oreDictionary="crushedGypsum" number="1" />
<itemStack oreDictionary="crushedGypsum" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneHolmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneHolmium" />
</input>
<output>
<itemStack oreDictionary="crushedHolmium" number="1" />
<itemStack oreDictionary="crushedHolmium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneIlmenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneIlmenite" />
</input>
<output>
<itemStack oreDictionary="crushedIlmenite" number="1" />
<itemStack oreDictionary="crushedIlmenite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneIndium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneIndium" />
</input>
<output>
<itemStack oreDictionary="crushedIndium" number="1" />
<itemStack oreDictionary="crushedIndium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneInfusedAir" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneInfusedAir" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedAir" number="1" />
<itemStack oreDictionary="crushedInfusedAir" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneInfusedEarth" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneInfusedEarth" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedEarth" number="1" />
<itemStack oreDictionary="crushedInfusedEarth" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneInfusedEntropy" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneInfusedEntropy" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedEntropy" number="1" />
<itemStack oreDictionary="crushedInfusedEntropy" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneInfusedFire" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneInfusedFire" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedFire" number="1" />
<itemStack oreDictionary="crushedInfusedFire" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneInfusedGold" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneInfusedGold" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedGold" number="1" />
<itemStack oreDictionary="crushedInfusedGold" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneInfusedOrder" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneInfusedOrder" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedOrder" number="1" />
<itemStack oreDictionary="crushedInfusedOrder" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneInfusedWater" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneInfusedWater" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedWater" number="1" />
<itemStack oreDictionary="crushedInfusedWater" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneIridium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneIridium" />
</input>
<output>
<itemStack oreDictionary="crushedIridium" number="1" />
<itemStack oreDictionary="crushedIridium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneIron" />
</input>
<output>
<itemStack oreDictionary="crushedIron" number="1" />
<itemStack oreDictionary="crushedIron" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneJade" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneJade" />
</input>
<output>
<itemStack oreDictionary="crushedJade" number="1" />
<itemStack oreDictionary="crushedJade" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneJasper" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneJasper" />
</input>
<output>
<itemStack oreDictionary="crushedJasper" number="1" />
<itemStack oreDictionary="crushedJasper" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneKaolinite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneKaolinite" />
</input>
<output>
<itemStack oreDictionary="crushedKaolinite" number="1" />
<itemStack oreDictionary="crushedKaolinite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneKyanite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneKyanite" />
</input>
<output>
<itemStack oreDictionary="crushedKyanite" number="1" />
<itemStack oreDictionary="crushedKyanite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneLanthanum" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneLanthanum" />
</input>
<output>
<itemStack oreDictionary="crushedLanthanum" number="1" />
<itemStack oreDictionary="crushedLanthanum" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneLapis" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneLapis" />
</input>
<output>
<itemStack oreDictionary="crushedLapis" number="1" />
<itemStack oreDictionary="crushedLapis" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneLazurite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneLazurite" />
</input>
<output>
<itemStack oreDictionary="crushedLazurite" number="1" />
<itemStack oreDictionary="crushedLazurite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneLead" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneLead" />
</input>
<output>
<itemStack oreDictionary="crushedLead" number="1" />
<itemStack oreDictionary="crushedLead" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneLepidolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneLepidolite" />
</input>
<output>
<itemStack oreDictionary="crushedLepidolite" number="1" />
<itemStack oreDictionary="crushedLepidolite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneLignite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneLignite" />
</input>
<output>
<itemStack oreDictionary="crushedLignite" number="1" />
<itemStack oreDictionary="crushedLignite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneLithium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneLithium" />
</input>
<output>
<itemStack oreDictionary="crushedLithium" number="1" />
<itemStack oreDictionary="crushedLithium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneLutetium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneLutetium" />
</input>
<output>
<itemStack oreDictionary="crushedLutetium" number="1" />
<itemStack oreDictionary="crushedLutetium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneMagnesite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneMagnesite" />
</input>
<output>
<itemStack oreDictionary="crushedMagnesite" number="1" />
<itemStack oreDictionary="crushedMagnesite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneMagnesium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneMagnesium" />
</input>
<output>
<itemStack oreDictionary="crushedMagnesium" number="1" />
<itemStack oreDictionary="crushedMagnesium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneMagnetite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneMagnetite" />
</input>
<output>
<itemStack oreDictionary="crushedMagnetite" number="1" />
<itemStack oreDictionary="crushedMagnetite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneMalachite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneMalachite" />
</input>
<output>
<itemStack oreDictionary="crushedMalachite" number="1" />
<itemStack oreDictionary="crushedMalachite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneManganese" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneManganese" />
</input>
<output>
<itemStack oreDictionary="crushedManganese" number="1" />
<itemStack oreDictionary="crushedManganese" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneMeteoricIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneMeteoricIron" />
</input>
<output>
<itemStack oreDictionary="crushedMeteoricIron" number="1" />
<itemStack oreDictionary="crushedMeteoricIron" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneMica" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneMica" />
</input>
<output>
<itemStack oreDictionary="crushedMica" number="1" />
<itemStack oreDictionary="crushedMica" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneMidasium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneMidasium" />
</input>
<output>
<itemStack oreDictionary="crushedMidasium" number="1" />
<itemStack oreDictionary="crushedMidasium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneMirabilite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneMirabilite" />
</input>
<output>
<itemStack oreDictionary="crushedMirabilite" number="1" />
<itemStack oreDictionary="crushedMirabilite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneMithril" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneMithril" />
</input>
<output>
<itemStack oreDictionary="crushedMithril" number="1" />
<itemStack oreDictionary="crushedMithril" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneMolybdenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneMolybdenite" />
</input>
<output>
<itemStack oreDictionary="crushedMolybdenite" number="1" />
<itemStack oreDictionary="crushedMolybdenite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneMolybdenum" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneMolybdenum" />
</input>
<output>
<itemStack oreDictionary="crushedMolybdenum" number="1" />
<itemStack oreDictionary="crushedMolybdenum" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneMonazite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneMonazite" />
</input>
<output>
<itemStack oreDictionary="crushedMonazite" number="1" />
<itemStack oreDictionary="crushedMonazite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneNaquadah" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneNaquadah" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadah" number="1" />
<itemStack oreDictionary="crushedNaquadah" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneNaquadahEnriched" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneNaquadahEnriched" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadahEnriched" number="1" />
<itemStack oreDictionary="crushedNaquadahEnriched" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneNaquadria" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneNaquadria" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadria" number="1" />
<itemStack oreDictionary="crushedNaquadria" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneNeodymium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneNeodymium" />
</input>
<output>
<itemStack oreDictionary="crushedNeodymium" number="1" />
<itemStack oreDictionary="crushedNeodymium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneNetherQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneNetherQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedNetherQuartz" number="1" />
<itemStack oreDictionary="crushedNetherQuartz" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneNeutronium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneNeutronium" />
</input>
<output>
<itemStack oreDictionary="crushedNeutronium" number="1" />
<itemStack oreDictionary="crushedNeutronium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneNickel" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneNickel" />
</input>
<output>
<itemStack oreDictionary="crushedNickel" number="1" />
<itemStack oreDictionary="crushedNickel" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneNikolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneNikolite" />
</input>
<output>
<itemStack oreDictionary="crushedNikolite" number="1" />
<itemStack oreDictionary="crushedNikolite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneNiobium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneNiobium" />
</input>
<output>
<itemStack oreDictionary="crushedNiobium" number="1" />
<itemStack oreDictionary="crushedNiobium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneNiter" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneNiter" />
</input>
<output>
<itemStack oreDictionary="crushedNiter" number="1" />
<itemStack oreDictionary="crushedNiter" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneOlivine" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneOlivine" />
</input>
<output>
<itemStack oreDictionary="crushedOlivine" number="1" />
<itemStack oreDictionary="crushedOlivine" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneOpal" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneOpal" />
</input>
<output>
<itemStack oreDictionary="crushedOpal" number="1" />
<itemStack oreDictionary="crushedOpal" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneOsmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneOsmium" />
</input>
<output>
<itemStack oreDictionary="crushedOsmium" number="1" />
<itemStack oreDictionary="crushedOsmium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstonePalladium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstonePalladium" />
</input>
<output>
<itemStack oreDictionary="crushedPalladium" number="1" />
<itemStack oreDictionary="crushedPalladium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstonePentlandite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstonePentlandite" />
</input>
<output>
<itemStack oreDictionary="crushedPentlandite" number="1" />
<itemStack oreDictionary="crushedPentlandite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstonePerlite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstonePerlite" />
</input>
<output>
<itemStack oreDictionary="crushedPerlite" number="1" />
<itemStack oreDictionary="crushedPerlite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstonePhosphate" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstonePhosphate" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphate" number="1" />
<itemStack oreDictionary="crushedPhosphate" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstonePhosphor" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstonePhosphor" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphor" number="1" />
<itemStack oreDictionary="crushedPhosphor" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstonePhosphorus" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstonePhosphorus" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphorus" number="1" />
<itemStack oreDictionary="crushedPhosphorus" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstonePigIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstonePigIron" />
</input>
<output>
<itemStack oreDictionary="crushedPigIron" number="1" />
<itemStack oreDictionary="crushedPigIron" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstonePitchblende" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstonePitchblende" />
</input>
<output>
<itemStack oreDictionary="crushedPitchblende" number="1" />
<itemStack oreDictionary="crushedPitchblende" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstonePlatinum" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstonePlatinum" />
</input>
<output>
<itemStack oreDictionary="crushedPlatinum" number="1" />
<itemStack oreDictionary="crushedPlatinum" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstonePlutonium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstonePlutonium" />
</input>
<output>
<itemStack oreDictionary="crushedPlutonium" number="1" />
<itemStack oreDictionary="crushedPlutonium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstonePlutonium241" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstonePlutonium241" />
</input>
<output>
<itemStack oreDictionary="crushedPlutonium241" number="1" />
<itemStack oreDictionary="crushedPlutonium241" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstonePollucite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstonePollucite" />
</input>
<output>
<itemStack oreDictionary="crushedPollucite" number="1" />
<itemStack oreDictionary="crushedPollucite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstonePowellite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstonePowellite" />
</input>
<output>
<itemStack oreDictionary="crushedPowellite" number="1" />
<itemStack oreDictionary="crushedPowellite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstonePraseodymium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstonePraseodymium" />
</input>
<output>
<itemStack oreDictionary="crushedPraseodymium" number="1" />
<itemStack oreDictionary="crushedPraseodymium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstonePromethium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstonePromethium" />
</input>
<output>
<itemStack oreDictionary="crushedPromethium" number="1" />
<itemStack oreDictionary="crushedPromethium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstonePumice" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstonePumice" />
</input>
<output>
<itemStack oreDictionary="crushedPumice" number="1" />
<itemStack oreDictionary="crushedPumice" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstonePyrite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstonePyrite" />
</input>
<output>
<itemStack oreDictionary="crushedPyrite" number="1" />
<itemStack oreDictionary="crushedPyrite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstonePyrolusite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstonePyrolusite" />
</input>
<output>
<itemStack oreDictionary="crushedPyrolusite" number="1" />
<itemStack oreDictionary="crushedPyrolusite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstonePyrope" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstonePyrope" />
</input>
<output>
<itemStack oreDictionary="crushedPyrope" number="1" />
<itemStack oreDictionary="crushedPyrope" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneQuartzite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneQuartzite" />
</input>
<output>
<itemStack oreDictionary="crushedQuartzite" number="1" />
<itemStack oreDictionary="crushedQuartzite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneQuartzSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneQuartzSand" />
</input>
<output>
<itemStack oreDictionary="crushedQuartzSand" number="1" />
<itemStack oreDictionary="crushedQuartzSand" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneRedstone" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneRedstone" />
</input>
<output>
<itemStack oreDictionary="crushedRedstone" number="1" />
<itemStack oreDictionary="crushedRedstone" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneRockSalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneRockSalt" />
</input>
<output>
<itemStack oreDictionary="crushedRockSalt" number="1" />
<itemStack oreDictionary="crushedRockSalt" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneRubidium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneRubidium" />
</input>
<output>
<itemStack oreDictionary="crushedRubidium" number="1" />
<itemStack oreDictionary="crushedRubidium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneRuby" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneRuby" />
</input>
<output>
<itemStack oreDictionary="crushedRuby" number="1" />
<itemStack oreDictionary="crushedRuby" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneSalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneSalt" />
</input>
<output>
<itemStack oreDictionary="crushedSalt" number="1" />
<itemStack oreDictionary="crushedSalt" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneSaltpeter" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneSaltpeter" />
</input>
<output>
<itemStack oreDictionary="crushedSaltpeter" number="1" />
<itemStack oreDictionary="crushedSaltpeter" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneSamarium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneSamarium" />
</input>
<output>
<itemStack oreDictionary="crushedSamarium" number="1" />
<itemStack oreDictionary="crushedSamarium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneSapphire" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneSapphire" />
</input>
<output>
<itemStack oreDictionary="crushedSapphire" number="1" />
<itemStack oreDictionary="crushedSapphire" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneScandium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneScandium" />
</input>
<output>
<itemStack oreDictionary="crushedScandium" number="1" />
<itemStack oreDictionary="crushedScandium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneScheelite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneScheelite" />
</input>
<output>
<itemStack oreDictionary="crushedScheelite" number="1" />
<itemStack oreDictionary="crushedScheelite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneShadowIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneShadowIron" />
</input>
<output>
<itemStack oreDictionary="crushedShadowIron" number="1" />
<itemStack oreDictionary="crushedShadowIron" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneSilicon" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneSilicon" />
</input>
<output>
<itemStack oreDictionary="crushedSilicon" number="1" />
<itemStack oreDictionary="crushedSilicon" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneSilver" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneSilver" />
</input>
<output>
<itemStack oreDictionary="crushedSilver" number="1" />
<itemStack oreDictionary="crushedSilver" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneSoapstone" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneSoapstone" />
</input>
<output>
<itemStack oreDictionary="crushedSoapstone" number="1" />
<itemStack oreDictionary="crushedSoapstone" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneSodalite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneSodalite" />
</input>
<output>
<itemStack oreDictionary="crushedSodalite" number="1" />
<itemStack oreDictionary="crushedSodalite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneSpessartine" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneSpessartine" />
</input>
<output>
<itemStack oreDictionary="crushedSpessartine" number="1" />
<itemStack oreDictionary="crushedSpessartine" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneSphalerite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneSphalerite" />
</input>
<output>
<itemStack oreDictionary="crushedSphalerite" number="1" />
<itemStack oreDictionary="crushedSphalerite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneSpodumene" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneSpodumene" />
</input>
<output>
<itemStack oreDictionary="crushedSpodumene" number="1" />
<itemStack oreDictionary="crushedSpodumene" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneStibnite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneStibnite" />
</input>
<output>
<itemStack oreDictionary="crushedStibnite" number="1" />
<itemStack oreDictionary="crushedStibnite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneStrontium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneStrontium" />
</input>
<output>
<itemStack oreDictionary="crushedStrontium" number="1" />
<itemStack oreDictionary="crushedStrontium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneSulfur" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneSulfur" />
</input>
<output>
<itemStack oreDictionary="crushedSulfur" number="1" />
<itemStack oreDictionary="crushedSulfur" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneTalc" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneTalc" />
</input>
<output>
<itemStack oreDictionary="crushedTalc" number="1" />
<itemStack oreDictionary="crushedTalc" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneTantalite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneTantalite" />
</input>
<output>
<itemStack oreDictionary="crushedTantalite" number="1" />
<itemStack oreDictionary="crushedTantalite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneTantalum" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneTantalum" />
</input>
<output>
<itemStack oreDictionary="crushedTantalum" number="1" />
<itemStack oreDictionary="crushedTantalum" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneTanzanite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneTanzanite" />
</input>
<output>
<itemStack oreDictionary="crushedTanzanite" number="1" />
<itemStack oreDictionary="crushedTanzanite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneTellurium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneTellurium" />
</input>
<output>
<itemStack oreDictionary="crushedTellurium" number="1" />
<itemStack oreDictionary="crushedTellurium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneTerbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneTerbium" />
</input>
<output>
<itemStack oreDictionary="crushedTerbium" number="1" />
<itemStack oreDictionary="crushedTerbium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneTetrahedrite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneTetrahedrite" />
</input>
<output>
<itemStack oreDictionary="crushedTetrahedrite" number="1" />
<itemStack oreDictionary="crushedTetrahedrite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneThorium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneThorium" />
</input>
<output>
<itemStack oreDictionary="crushedThorium" number="1" />
<itemStack oreDictionary="crushedThorium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneThulium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneThulium" />
</input>
<output>
<itemStack oreDictionary="crushedThulium" number="1" />
<itemStack oreDictionary="crushedThulium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneTin" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneTin" />
</input>
<output>
<itemStack oreDictionary="crushedTin" number="1" />
<itemStack oreDictionary="crushedTin" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneTitanium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneTitanium" />
</input>
<output>
<itemStack oreDictionary="crushedTitanium" number="1" />
<itemStack oreDictionary="crushedTitanium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneTopaz" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneTopaz" />
</input>
<output>
<itemStack oreDictionary="crushedTopaz" number="1" />
<itemStack oreDictionary="crushedTopaz" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneTrona" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneTrona" />
</input>
<output>
<itemStack oreDictionary="crushedTrona" number="1" />
<itemStack oreDictionary="crushedTrona" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneTungstate" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneTungstate" />
</input>
<output>
<itemStack oreDictionary="crushedTungstate" number="1" />
<itemStack oreDictionary="crushedTungstate" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneTungsten" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneTungsten" />
</input>
<output>
<itemStack oreDictionary="crushedTungsten" number="1" />
<itemStack oreDictionary="crushedTungsten" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneUraninite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneUraninite" />
</input>
<output>
<itemStack oreDictionary="crushedUraninite" number="1" />
<itemStack oreDictionary="crushedUraninite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneUranium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneUranium" />
</input>
<output>
<itemStack oreDictionary="crushedUranium" number="1" />
<itemStack oreDictionary="crushedUranium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneUranium235" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneUranium235" />
</input>
<output>
<itemStack oreDictionary="crushedUranium235" number="1" />
<itemStack oreDictionary="crushedUranium235" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneUvarovite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneUvarovite" />
</input>
<output>
<itemStack oreDictionary="crushedUvarovite" number="1" />
<itemStack oreDictionary="crushedUvarovite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneVanadium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneVanadium" />
</input>
<output>
<itemStack oreDictionary="crushedVanadium" number="1" />
<itemStack oreDictionary="crushedVanadium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneVanadiumMagnetite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneVanadiumMagnetite" />
</input>
<output>
<itemStack oreDictionary="crushedVanadiumMagnetite" number="1" />
<itemStack oreDictionary="crushedVanadiumMagnetite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneVermiculite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneVermiculite" />
</input>
<output>
<itemStack oreDictionary="crushedVermiculite" number="1" />
<itemStack oreDictionary="crushedVermiculite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneVinteum" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneVinteum" />
</input>
<output>
<itemStack oreDictionary="crushedVinteum" number="1" />
<itemStack oreDictionary="crushedVinteum" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneWollastonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneWollastonite" />
</input>
<output>
<itemStack oreDictionary="crushedWollastonite" number="1" />
<itemStack oreDictionary="crushedWollastonite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneWulfenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneWulfenite" />
</input>
<output>
<itemStack oreDictionary="crushedWulfenite" number="1" />
<itemStack oreDictionary="crushedWulfenite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneYellowLimonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneYellowLimonite" />
</input>
<output>
<itemStack oreDictionary="crushedYellowLimonite" number="1" />
<itemStack oreDictionary="crushedYellowLimonite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneYtterbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneYtterbium" />
</input>
<output>
<itemStack oreDictionary="crushedYtterbium" number="1" />
<itemStack oreDictionary="crushedYtterbium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneYttrium" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneYttrium" />
</input>
<output>
<itemStack oreDictionary="crushedYttrium" number="1" />
<itemStack oreDictionary="crushedYttrium" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneZeolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneZeolite" />
</input>
<output>
<itemStack oreDictionary="crushedZeolite" number="1" />
<itemStack oreDictionary="crushedZeolite" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreEndstoneZinc" energyCost="3600">
<input>
<itemStack oreDictionary="oreEndstoneZinc" />
</input>
<output>
<itemStack oreDictionary="crushedZinc" number="1" />
<itemStack oreDictionary="crushedZinc" chance="0.5" />
<itemStack oreDictionary="dustEndstone" chance="0.5" />
</output>
</recipe>
<!-- End of EndOres -->
<!-- Crush nether-ores -->
<recipe name="CrushoreNetherrackAdamantium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackAdamantium" />
</input>
<output>
<itemStack oreDictionary="crushedAdamantium" number="1" />
<itemStack oreDictionary="crushedAdamantium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackAlmandine" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackAlmandine" />
</input>
<output>
<itemStack oreDictionary="crushedAlmandine" number="1" />
<itemStack oreDictionary="crushedAlmandine" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackAluminium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackAluminium" />
</input>
<output>
<itemStack oreDictionary="crushedAluminium" number="1" />
<itemStack oreDictionary="crushedAluminium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackAlunite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackAlunite" />
</input>
<output>
<itemStack oreDictionary="crushedAlunite" number="1" />
<itemStack oreDictionary="crushedAlunite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackAmber" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackAmber" />
</input>
<output>
<itemStack oreDictionary="crushedAmber" number="1" />
<itemStack oreDictionary="crushedAmber" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackAmericium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackAmericium" />
</input>
<output>
<itemStack oreDictionary="crushedAmericium" number="1" />
<itemStack oreDictionary="crushedAmericium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackAmethyst" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackAmethyst" />
</input>
<output>
<itemStack oreDictionary="crushedAmethyst" number="1" />
<itemStack oreDictionary="crushedAmethyst" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackAndradite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackAndradite" />
</input>
<output>
<itemStack oreDictionary="crushedAndradite" number="1" />
<itemStack oreDictionary="crushedAndradite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackAntimony" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackAntimony" />
</input>
<output>
<itemStack oreDictionary="crushedAntimony" number="1" />
<itemStack oreDictionary="crushedAntimony" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackApatite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackApatite" />
</input>
<output>
<itemStack oreDictionary="crushedApatite" number="1" />
<itemStack oreDictionary="crushedApatite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackAsbestos" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackAsbestos" />
</input>
<output>
<itemStack oreDictionary="crushedAsbestos" number="1" />
<itemStack oreDictionary="crushedAsbestos" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackAstralSilver" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackAstralSilver" />
</input>
<output>
<itemStack oreDictionary="crushedAstralSilver" number="1" />
<itemStack oreDictionary="crushedAstralSilver" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackBandedIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackBandedIron" />
</input>
<output>
<itemStack oreDictionary="crushedBandedIron" number="1" />
<itemStack oreDictionary="crushedBandedIron" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackBarite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackBarite" />
</input>
<output>
<itemStack oreDictionary="crushedBarite" number="1" />
<itemStack oreDictionary="crushedBarite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackBarium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackBarium" />
</input>
<output>
<itemStack oreDictionary="crushedBarium" number="1" />
<itemStack oreDictionary="crushedBarium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackBasalticMineralSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackBasalticMineralSand" />
</input>
<output>
<itemStack oreDictionary="crushedBasalticMineralSand" number="1" />
<itemStack oreDictionary="crushedBasalticMineralSand" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackBastnasite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackBastnasite" />
</input>
<output>
<itemStack oreDictionary="crushedBastnasite" number="1" />
<itemStack oreDictionary="crushedBastnasite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackBauxite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackBauxite" />
</input>
<output>
<itemStack oreDictionary="crushedBauxite" number="1" />
<itemStack oreDictionary="crushedBauxite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackBentonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackBentonite" />
</input>
<output>
<itemStack oreDictionary="crushedBentonite" number="1" />
<itemStack oreDictionary="crushedBentonite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackBeryllium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackBeryllium" />
</input>
<output>
<itemStack oreDictionary="crushedBeryllium" number="1" />
<itemStack oreDictionary="crushedBeryllium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackBismuth" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackBismuth" />
</input>
<output>
<itemStack oreDictionary="crushedBismuth" number="1" />
<itemStack oreDictionary="crushedBismuth" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackBlueTopaz" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackBlueTopaz" />
</input>
<output>
<itemStack oreDictionary="crushedBlueTopaz" number="1" />
<itemStack oreDictionary="crushedBlueTopaz" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackBorax" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackBorax" />
</input>
<output>
<itemStack oreDictionary="crushedBorax" number="1" />
<itemStack oreDictionary="crushedBorax" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackBoron" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackBoron" />
</input>
<output>
<itemStack oreDictionary="crushedBoron" number="1" />
<itemStack oreDictionary="crushedBoron" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackBrownLimonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackBrownLimonite" />
</input>
<output>
<itemStack oreDictionary="crushedBrownLimonite" number="1" />
<itemStack oreDictionary="crushedBrownLimonite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackCadmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackCadmium" />
</input>
<output>
<itemStack oreDictionary="crushedCadmium" number="1" />
<itemStack oreDictionary="crushedCadmium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackCaesium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackCaesium" />
</input>
<output>
<itemStack oreDictionary="crushedCaesium" number="1" />
<itemStack oreDictionary="crushedCaesium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackCalcite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackCalcite" />
</input>
<output>
<itemStack oreDictionary="crushedCalcite" number="1" />
<itemStack oreDictionary="crushedCalcite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackCassiterite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackCassiterite" />
</input>
<output>
<itemStack oreDictionary="crushedCassiterite" number="1" />
<itemStack oreDictionary="crushedCassiterite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackCassiteriteSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackCassiteriteSand" />
</input>
<output>
<itemStack oreDictionary="crushedCassiteriteSand" number="1" />
<itemStack oreDictionary="crushedCassiteriteSand" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackCelestine" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackCelestine" />
</input>
<output>
<itemStack oreDictionary="crushedCelestine" number="1" />
<itemStack oreDictionary="crushedCelestine" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackCerium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackCerium" />
</input>
<output>
<itemStack oreDictionary="crushedCerium" number="1" />
<itemStack oreDictionary="crushedCerium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackCertusQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackCertusQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedCertusQuartz" number="1" />
<itemStack oreDictionary="crushedCertusQuartz" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackChalcopyrite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackChalcopyrite" />
</input>
<output>
<itemStack oreDictionary="crushedChalcopyrite" number="1" />
<itemStack oreDictionary="crushedChalcopyrite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackChargedCertusQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackChargedCertusQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedChargedCertusQuartz" number="1" />
<itemStack oreDictionary="crushedChargedCertusQuartz" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackCheese" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackCheese" />
</input>
<output>
<itemStack oreDictionary="crushedCheese" number="1" />
<itemStack oreDictionary="crushedCheese" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackChrome" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackChrome" />
</input>
<output>
<itemStack oreDictionary="crushedChrome" number="1" />
<itemStack oreDictionary="crushedChrome" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackChromite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackChromite" />
</input>
<output>
<itemStack oreDictionary="crushedChromite" number="1" />
<itemStack oreDictionary="crushedChromite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackChrysotile" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackChrysotile" />
</input>
<output>
<itemStack oreDictionary="crushedChrysotile" number="1" />
<itemStack oreDictionary="crushedChrysotile" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackCinnabar" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackCinnabar" />
</input>
<output>
<itemStack oreDictionary="crushedCinnabar" number="1" />
<itemStack oreDictionary="crushedCinnabar" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackCoal" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackCoal" />
</input>
<output>
<itemStack oreDictionary="crushedCoal" number="1" />
<itemStack oreDictionary="crushedCoal" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackCobalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackCobalt" />
</input>
<output>
<itemStack oreDictionary="crushedCobalt" number="1" />
<itemStack oreDictionary="crushedCobalt" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackCobaltite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackCobaltite" />
</input>
<output>
<itemStack oreDictionary="crushedCobaltite" number="1" />
<itemStack oreDictionary="crushedCobaltite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackCooperite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackCooperite" />
</input>
<output>
<itemStack oreDictionary="crushedCooperite" number="1" />
<itemStack oreDictionary="crushedCooperite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackCopper" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackCopper" />
</input>
<output>
<itemStack oreDictionary="crushedCopper" number="1" />
<itemStack oreDictionary="crushedCopper" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackDarkIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackDarkIron" />
</input>
<output>
<itemStack oreDictionary="crushedDarkIron" number="1" />
<itemStack oreDictionary="crushedDarkIron" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackDeepIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackDeepIron" />
</input>
<output>
<itemStack oreDictionary="crushedDeepIron" number="1" />
<itemStack oreDictionary="crushedDeepIron" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackDesh" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackDesh" />
</input>
<output>
<itemStack oreDictionary="crushedDesh" number="1" />
<itemStack oreDictionary="crushedDesh" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackDiamond" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackDiamond" />
</input>
<output>
<itemStack oreDictionary="crushedDiamond" number="1" />
<itemStack oreDictionary="crushedDiamond" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackDiatomite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackDiatomite" />
</input>
<output>
<itemStack oreDictionary="crushedDiatomite" number="1" />
<itemStack oreDictionary="crushedDiatomite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackDilithium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackDilithium" />
</input>
<output>
<itemStack oreDictionary="crushedDilithium" number="1" />
<itemStack oreDictionary="crushedDilithium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackDolomite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackDolomite" />
</input>
<output>
<itemStack oreDictionary="crushedDolomite" number="1" />
<itemStack oreDictionary="crushedDolomite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackDysprosium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackDysprosium" />
</input>
<output>
<itemStack oreDictionary="crushedDysprosium" number="1" />
<itemStack oreDictionary="crushedDysprosium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackElectrum" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackElectrum" />
</input>
<output>
<itemStack oreDictionary="crushedElectrum" number="1" />
<itemStack oreDictionary="crushedElectrum" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackEmerald" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackEmerald" />
</input>
<output>
<itemStack oreDictionary="crushedEmerald" number="1" />
<itemStack oreDictionary="crushedEmerald" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackEmery" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackEmery" />
</input>
<output>
<itemStack oreDictionary="crushedEmery" number="1" />
<itemStack oreDictionary="crushedEmery" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackErbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackErbium" />
</input>
<output>
<itemStack oreDictionary="crushedErbium" number="1" />
<itemStack oreDictionary="crushedErbium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackEuropium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackEuropium" />
</input>
<output>
<itemStack oreDictionary="crushedEuropium" number="1" />
<itemStack oreDictionary="crushedEuropium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackFirestone" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackFirestone" />
</input>
<output>
<itemStack oreDictionary="crushedFirestone" number="1" />
<itemStack oreDictionary="crushedFirestone" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackFoolsRuby" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackFoolsRuby" />
</input>
<output>
<itemStack oreDictionary="crushedFoolsRuby" number="1" />
<itemStack oreDictionary="crushedFoolsRuby" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackForce" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackForce" />
</input>
<output>
<itemStack oreDictionary="crushedForce" number="1" />
<itemStack oreDictionary="crushedForce" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackForcicium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackForcicium" />
</input>
<output>
<itemStack oreDictionary="crushedForcicium" number="1" />
<itemStack oreDictionary="crushedForcicium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackForcillium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackForcillium" />
</input>
<output>
<itemStack oreDictionary="crushedForcillium" number="1" />
<itemStack oreDictionary="crushedForcillium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackFullersEarth" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackFullersEarth" />
</input>
<output>
<itemStack oreDictionary="crushedFullersEarth" number="1" />
<itemStack oreDictionary="crushedFullersEarth" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackGadolinium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackGadolinium" />
</input>
<output>
<itemStack oreDictionary="crushedGadolinium" number="1" />
<itemStack oreDictionary="crushedGadolinium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackGalena" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackGalena" />
</input>
<output>
<itemStack oreDictionary="crushedGalena" number="1" />
<itemStack oreDictionary="crushedGalena" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackGallium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackGallium" />
</input>
<output>
<itemStack oreDictionary="crushedGallium" number="1" />
<itemStack oreDictionary="crushedGallium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackGarnetRed" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackGarnetRed" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetRed" number="1" />
<itemStack oreDictionary="crushedGarnetRed" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackGarnetSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackGarnetSand" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetSand" number="1" />
<itemStack oreDictionary="crushedGarnetSand" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackGarnetYellow" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackGarnetYellow" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetYellow" number="1" />
<itemStack oreDictionary="crushedGarnetYellow" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackGarnierite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackGarnierite" />
</input>
<output>
<itemStack oreDictionary="crushedGarnierite" number="1" />
<itemStack oreDictionary="crushedGarnierite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackGlauconite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackGlauconite" />
</input>
<output>
<itemStack oreDictionary="crushedGlauconite" number="1" />
<itemStack oreDictionary="crushedGlauconite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackGlauconiteSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackGlauconiteSand" />
</input>
<output>
<itemStack oreDictionary="crushedGlauconiteSand" number="1" />
<itemStack oreDictionary="crushedGlauconiteSand" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackGold" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackGold" />
</input>
<output>
<itemStack oreDictionary="crushedGold" number="1" />
<itemStack oreDictionary="crushedGold" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackGraniticMineralSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackGraniticMineralSand" />
</input>
<output>
<itemStack oreDictionary="crushedGraniticMineralSand" number="1" />
<itemStack oreDictionary="crushedGraniticMineralSand" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackGraphite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackGraphite" />
</input>
<output>
<itemStack oreDictionary="crushedGraphite" number="1" />
<itemStack oreDictionary="crushedGraphite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackGreenSapphire" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackGreenSapphire" />
</input>
<output>
<itemStack oreDictionary="crushedGreenSapphire" number="1" />
<itemStack oreDictionary="crushedGreenSapphire" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackGrossular" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackGrossular" />
</input>
<output>
<itemStack oreDictionary="crushedGrossular" number="1" />
<itemStack oreDictionary="crushedGrossular" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackGypsum" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackGypsum" />
</input>
<output>
<itemStack oreDictionary="crushedGypsum" number="1" />
<itemStack oreDictionary="crushedGypsum" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackHolmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackHolmium" />
</input>
<output>
<itemStack oreDictionary="crushedHolmium" number="1" />
<itemStack oreDictionary="crushedHolmium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackIlmenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackIlmenite" />
</input>
<output>
<itemStack oreDictionary="crushedIlmenite" number="1" />
<itemStack oreDictionary="crushedIlmenite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackIndium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackIndium" />
</input>
<output>
<itemStack oreDictionary="crushedIndium" number="1" />
<itemStack oreDictionary="crushedIndium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackInfusedAir" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackInfusedAir" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedAir" number="1" />
<itemStack oreDictionary="crushedInfusedAir" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackInfusedEarth" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackInfusedEarth" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedEarth" number="1" />
<itemStack oreDictionary="crushedInfusedEarth" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackInfusedEntropy" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackInfusedEntropy" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedEntropy" number="1" />
<itemStack oreDictionary="crushedInfusedEntropy" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackInfusedFire" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackInfusedFire" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedFire" number="1" />
<itemStack oreDictionary="crushedInfusedFire" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackInfusedGold" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackInfusedGold" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedGold" number="1" />
<itemStack oreDictionary="crushedInfusedGold" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackInfusedOrder" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackInfusedOrder" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedOrder" number="1" />
<itemStack oreDictionary="crushedInfusedOrder" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackInfusedWater" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackInfusedWater" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedWater" number="1" />
<itemStack oreDictionary="crushedInfusedWater" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackIridium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackIridium" />
</input>
<output>
<itemStack oreDictionary="crushedIridium" number="1" />
<itemStack oreDictionary="crushedIridium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackIron" />
</input>
<output>
<itemStack oreDictionary="crushedIron" number="1" />
<itemStack oreDictionary="crushedIron" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackJade" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackJade" />
</input>
<output>
<itemStack oreDictionary="crushedJade" number="1" />
<itemStack oreDictionary="crushedJade" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackJasper" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackJasper" />
</input>
<output>
<itemStack oreDictionary="crushedJasper" number="1" />
<itemStack oreDictionary="crushedJasper" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackKaolinite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackKaolinite" />
</input>
<output>
<itemStack oreDictionary="crushedKaolinite" number="1" />
<itemStack oreDictionary="crushedKaolinite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackKyanite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackKyanite" />
</input>
<output>
<itemStack oreDictionary="crushedKyanite" number="1" />
<itemStack oreDictionary="crushedKyanite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackLanthanum" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackLanthanum" />
</input>
<output>
<itemStack oreDictionary="crushedLanthanum" number="1" />
<itemStack oreDictionary="crushedLanthanum" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackLapis" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackLapis" />
</input>
<output>
<itemStack oreDictionary="crushedLapis" number="1" />
<itemStack oreDictionary="crushedLapis" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackLazurite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackLazurite" />
</input>
<output>
<itemStack oreDictionary="crushedLazurite" number="1" />
<itemStack oreDictionary="crushedLazurite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackLead" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackLead" />
</input>
<output>
<itemStack oreDictionary="crushedLead" number="1" />
<itemStack oreDictionary="crushedLead" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackLepidolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackLepidolite" />
</input>
<output>
<itemStack oreDictionary="crushedLepidolite" number="1" />
<itemStack oreDictionary="crushedLepidolite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackLignite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackLignite" />
</input>
<output>
<itemStack oreDictionary="crushedLignite" number="1" />
<itemStack oreDictionary="crushedLignite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackLithium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackLithium" />
</input>
<output>
<itemStack oreDictionary="crushedLithium" number="1" />
<itemStack oreDictionary="crushedLithium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackLutetium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackLutetium" />
</input>
<output>
<itemStack oreDictionary="crushedLutetium" number="1" />
<itemStack oreDictionary="crushedLutetium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackMagnesite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackMagnesite" />
</input>
<output>
<itemStack oreDictionary="crushedMagnesite" number="1" />
<itemStack oreDictionary="crushedMagnesite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackMagnesium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackMagnesium" />
</input>
<output>
<itemStack oreDictionary="crushedMagnesium" number="1" />
<itemStack oreDictionary="crushedMagnesium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackMagnetite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackMagnetite" />
</input>
<output>
<itemStack oreDictionary="crushedMagnetite" number="1" />
<itemStack oreDictionary="crushedMagnetite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackMalachite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackMalachite" />
</input>
<output>
<itemStack oreDictionary="crushedMalachite" number="1" />
<itemStack oreDictionary="crushedMalachite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackManganese" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackManganese" />
</input>
<output>
<itemStack oreDictionary="crushedManganese" number="1" />
<itemStack oreDictionary="crushedManganese" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackMeteoricIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackMeteoricIron" />
</input>
<output>
<itemStack oreDictionary="crushedMeteoricIron" number="1" />
<itemStack oreDictionary="crushedMeteoricIron" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackMica" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackMica" />
</input>
<output>
<itemStack oreDictionary="crushedMica" number="1" />
<itemStack oreDictionary="crushedMica" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackMidasium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackMidasium" />
</input>
<output>
<itemStack oreDictionary="crushedMidasium" number="1" />
<itemStack oreDictionary="crushedMidasium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackMirabilite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackMirabilite" />
</input>
<output>
<itemStack oreDictionary="crushedMirabilite" number="1" />
<itemStack oreDictionary="crushedMirabilite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackMithril" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackMithril" />
</input>
<output>
<itemStack oreDictionary="crushedMithril" number="1" />
<itemStack oreDictionary="crushedMithril" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackMolybdenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackMolybdenite" />
</input>
<output>
<itemStack oreDictionary="crushedMolybdenite" number="1" />
<itemStack oreDictionary="crushedMolybdenite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackMolybdenum" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackMolybdenum" />
</input>
<output>
<itemStack oreDictionary="crushedMolybdenum" number="1" />
<itemStack oreDictionary="crushedMolybdenum" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackMonazite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackMonazite" />
</input>
<output>
<itemStack oreDictionary="crushedMonazite" number="1" />
<itemStack oreDictionary="crushedMonazite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackNaquadah" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackNaquadah" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadah" number="1" />
<itemStack oreDictionary="crushedNaquadah" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackNaquadahEnriched" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackNaquadahEnriched" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadahEnriched" number="1" />
<itemStack oreDictionary="crushedNaquadahEnriched" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackNaquadria" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackNaquadria" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadria" number="1" />
<itemStack oreDictionary="crushedNaquadria" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackNeodymium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackNeodymium" />
</input>
<output>
<itemStack oreDictionary="crushedNeodymium" number="1" />
<itemStack oreDictionary="crushedNeodymium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackNetherQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackNetherQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedNetherQuartz" number="1" />
<itemStack oreDictionary="crushedNetherQuartz" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackNeutronium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackNeutronium" />
</input>
<output>
<itemStack oreDictionary="crushedNeutronium" number="1" />
<itemStack oreDictionary="crushedNeutronium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackNickel" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackNickel" />
</input>
<output>
<itemStack oreDictionary="crushedNickel" number="1" />
<itemStack oreDictionary="crushedNickel" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackNikolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackNikolite" />
</input>
<output>
<itemStack oreDictionary="crushedNikolite" number="1" />
<itemStack oreDictionary="crushedNikolite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackNiobium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackNiobium" />
</input>
<output>
<itemStack oreDictionary="crushedNiobium" number="1" />
<itemStack oreDictionary="crushedNiobium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackNiter" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackNiter" />
</input>
<output>
<itemStack oreDictionary="crushedNiter" number="1" />
<itemStack oreDictionary="crushedNiter" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackOlivine" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackOlivine" />
</input>
<output>
<itemStack oreDictionary="crushedOlivine" number="1" />
<itemStack oreDictionary="crushedOlivine" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackOpal" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackOpal" />
</input>
<output>
<itemStack oreDictionary="crushedOpal" number="1" />
<itemStack oreDictionary="crushedOpal" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackOsmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackOsmium" />
</input>
<output>
<itemStack oreDictionary="crushedOsmium" number="1" />
<itemStack oreDictionary="crushedOsmium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackPalladium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackPalladium" />
</input>
<output>
<itemStack oreDictionary="crushedPalladium" number="1" />
<itemStack oreDictionary="crushedPalladium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackPentlandite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackPentlandite" />
</input>
<output>
<itemStack oreDictionary="crushedPentlandite" number="1" />
<itemStack oreDictionary="crushedPentlandite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackPerlite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackPerlite" />
</input>
<output>
<itemStack oreDictionary="crushedPerlite" number="1" />
<itemStack oreDictionary="crushedPerlite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackPhosphate" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackPhosphate" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphate" number="1" />
<itemStack oreDictionary="crushedPhosphate" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackPhosphor" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackPhosphor" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphor" number="1" />
<itemStack oreDictionary="crushedPhosphor" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackPhosphorus" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackPhosphorus" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphorus" number="1" />
<itemStack oreDictionary="crushedPhosphorus" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackPigIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackPigIron" />
</input>
<output>
<itemStack oreDictionary="crushedPigIron" number="1" />
<itemStack oreDictionary="crushedPigIron" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackPitchblende" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackPitchblende" />
</input>
<output>
<itemStack oreDictionary="crushedPitchblende" number="1" />
<itemStack oreDictionary="crushedPitchblende" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackPlatinum" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackPlatinum" />
</input>
<output>
<itemStack oreDictionary="crushedPlatinum" number="1" />
<itemStack oreDictionary="crushedPlatinum" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackPlutonium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackPlutonium" />
</input>
<output>
<itemStack oreDictionary="crushedPlutonium" number="1" />
<itemStack oreDictionary="crushedPlutonium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackPlutonium241" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackPlutonium241" />
</input>
<output>
<itemStack oreDictionary="crushedPlutonium241" number="1" />
<itemStack oreDictionary="crushedPlutonium241" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackPollucite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackPollucite" />
</input>
<output>
<itemStack oreDictionary="crushedPollucite" number="1" />
<itemStack oreDictionary="crushedPollucite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackPowellite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackPowellite" />
</input>
<output>
<itemStack oreDictionary="crushedPowellite" number="1" />
<itemStack oreDictionary="crushedPowellite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackPraseodymium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackPraseodymium" />
</input>
<output>
<itemStack oreDictionary="crushedPraseodymium" number="1" />
<itemStack oreDictionary="crushedPraseodymium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackPromethium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackPromethium" />
</input>
<output>
<itemStack oreDictionary="crushedPromethium" number="1" />
<itemStack oreDictionary="crushedPromethium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackPumice" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackPumice" />
</input>
<output>
<itemStack oreDictionary="crushedPumice" number="1" />
<itemStack oreDictionary="crushedPumice" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackPyrite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackPyrite" />
</input>
<output>
<itemStack oreDictionary="crushedPyrite" number="1" />
<itemStack oreDictionary="crushedPyrite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackPyrolusite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackPyrolusite" />
</input>
<output>
<itemStack oreDictionary="crushedPyrolusite" number="1" />
<itemStack oreDictionary="crushedPyrolusite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackPyrope" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackPyrope" />
</input>
<output>
<itemStack oreDictionary="crushedPyrope" number="1" />
<itemStack oreDictionary="crushedPyrope" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackQuartzite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackQuartzite" />
</input>
<output>
<itemStack oreDictionary="crushedQuartzite" number="1" />
<itemStack oreDictionary="crushedQuartzite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackQuartzSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackQuartzSand" />
</input>
<output>
<itemStack oreDictionary="crushedQuartzSand" number="1" />
<itemStack oreDictionary="crushedQuartzSand" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackRedstone" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackRedstone" />
</input>
<output>
<itemStack oreDictionary="crushedRedstone" number="1" />
<itemStack oreDictionary="crushedRedstone" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackRockSalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackRockSalt" />
</input>
<output>
<itemStack oreDictionary="crushedRockSalt" number="1" />
<itemStack oreDictionary="crushedRockSalt" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackRubidium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackRubidium" />
</input>
<output>
<itemStack oreDictionary="crushedRubidium" number="1" />
<itemStack oreDictionary="crushedRubidium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackRuby" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackRuby" />
</input>
<output>
<itemStack oreDictionary="crushedRuby" number="1" />
<itemStack oreDictionary="crushedRuby" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackSalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackSalt" />
</input>
<output>
<itemStack oreDictionary="crushedSalt" number="1" />
<itemStack oreDictionary="crushedSalt" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackSaltpeter" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackSaltpeter" />
</input>
<output>
<itemStack oreDictionary="crushedSaltpeter" number="1" />
<itemStack oreDictionary="crushedSaltpeter" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackSamarium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackSamarium" />
</input>
<output>
<itemStack oreDictionary="crushedSamarium" number="1" />
<itemStack oreDictionary="crushedSamarium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackSapphire" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackSapphire" />
</input>
<output>
<itemStack oreDictionary="crushedSapphire" number="1" />
<itemStack oreDictionary="crushedSapphire" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackScandium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackScandium" />
</input>
<output>
<itemStack oreDictionary="crushedScandium" number="1" />
<itemStack oreDictionary="crushedScandium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackScheelite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackScheelite" />
</input>
<output>
<itemStack oreDictionary="crushedScheelite" number="1" />
<itemStack oreDictionary="crushedScheelite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackShadowIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackShadowIron" />
</input>
<output>
<itemStack oreDictionary="crushedShadowIron" number="1" />
<itemStack oreDictionary="crushedShadowIron" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackSilicon" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackSilicon" />
</input>
<output>
<itemStack oreDictionary="crushedSilicon" number="1" />
<itemStack oreDictionary="crushedSilicon" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackSilver" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackSilver" />
</input>
<output>
<itemStack oreDictionary="crushedSilver" number="1" />
<itemStack oreDictionary="crushedSilver" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackSoapstone" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackSoapstone" />
</input>
<output>
<itemStack oreDictionary="crushedSoapstone" number="1" />
<itemStack oreDictionary="crushedSoapstone" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackSodalite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackSodalite" />
</input>
<output>
<itemStack oreDictionary="crushedSodalite" number="1" />
<itemStack oreDictionary="crushedSodalite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackSpessartine" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackSpessartine" />
</input>
<output>
<itemStack oreDictionary="crushedSpessartine" number="1" />
<itemStack oreDictionary="crushedSpessartine" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackSphalerite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackSphalerite" />
</input>
<output>
<itemStack oreDictionary="crushedSphalerite" number="1" />
<itemStack oreDictionary="crushedSphalerite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackSpodumene" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackSpodumene" />
</input>
<output>
<itemStack oreDictionary="crushedSpodumene" number="1" />
<itemStack oreDictionary="crushedSpodumene" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackStibnite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackStibnite" />
</input>
<output>
<itemStack oreDictionary="crushedStibnite" number="1" />
<itemStack oreDictionary="crushedStibnite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackStrontium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackStrontium" />
</input>
<output>
<itemStack oreDictionary="crushedStrontium" number="1" />
<itemStack oreDictionary="crushedStrontium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackSulfur" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackSulfur" />
</input>
<output>
<itemStack oreDictionary="crushedSulfur" number="1" />
<itemStack oreDictionary="crushedSulfur" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackTalc" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackTalc" />
</input>
<output>
<itemStack oreDictionary="crushedTalc" number="1" />
<itemStack oreDictionary="crushedTalc" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackTantalite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackTantalite" />
</input>
<output>
<itemStack oreDictionary="crushedTantalite" number="1" />
<itemStack oreDictionary="crushedTantalite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackTantalum" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackTantalum" />
</input>
<output>
<itemStack oreDictionary="crushedTantalum" number="1" />
<itemStack oreDictionary="crushedTantalum" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackTanzanite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackTanzanite" />
</input>
<output>
<itemStack oreDictionary="crushedTanzanite" number="1" />
<itemStack oreDictionary="crushedTanzanite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackTellurium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackTellurium" />
</input>
<output>
<itemStack oreDictionary="crushedTellurium" number="1" />
<itemStack oreDictionary="crushedTellurium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackTerbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackTerbium" />
</input>
<output>
<itemStack oreDictionary="crushedTerbium" number="1" />
<itemStack oreDictionary="crushedTerbium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackTetrahedrite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackTetrahedrite" />
</input>
<output>
<itemStack oreDictionary="crushedTetrahedrite" number="1" />
<itemStack oreDictionary="crushedTetrahedrite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackThorium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackThorium" />
</input>
<output>
<itemStack oreDictionary="crushedThorium" number="1" />
<itemStack oreDictionary="crushedThorium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackThulium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackThulium" />
</input>
<output>
<itemStack oreDictionary="crushedThulium" number="1" />
<itemStack oreDictionary="crushedThulium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackTin" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackTin" />
</input>
<output>
<itemStack oreDictionary="crushedTin" number="1" />
<itemStack oreDictionary="crushedTin" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackTitanium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackTitanium" />
</input>
<output>
<itemStack oreDictionary="crushedTitanium" number="1" />
<itemStack oreDictionary="crushedTitanium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackTopaz" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackTopaz" />
</input>
<output>
<itemStack oreDictionary="crushedTopaz" number="1" />
<itemStack oreDictionary="crushedTopaz" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackTrona" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackTrona" />
</input>
<output>
<itemStack oreDictionary="crushedTrona" number="1" />
<itemStack oreDictionary="crushedTrona" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackTungstate" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackTungstate" />
</input>
<output>
<itemStack oreDictionary="crushedTungstate" number="1" />
<itemStack oreDictionary="crushedTungstate" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackTungsten" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackTungsten" />
</input>
<output>
<itemStack oreDictionary="crushedTungsten" number="1" />
<itemStack oreDictionary="crushedTungsten" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackUraninite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackUraninite" />
</input>
<output>
<itemStack oreDictionary="crushedUraninite" number="1" />
<itemStack oreDictionary="crushedUraninite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackUranium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackUranium" />
</input>
<output>
<itemStack oreDictionary="crushedUranium" number="1" />
<itemStack oreDictionary="crushedUranium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackUranium235" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackUranium235" />
</input>
<output>
<itemStack oreDictionary="crushedUranium235" number="1" />
<itemStack oreDictionary="crushedUranium235" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackUvarovite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackUvarovite" />
</input>
<output>
<itemStack oreDictionary="crushedUvarovite" number="1" />
<itemStack oreDictionary="crushedUvarovite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackVanadium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackVanadium" />
</input>
<output>
<itemStack oreDictionary="crushedVanadium" number="1" />
<itemStack oreDictionary="crushedVanadium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackVanadiumMagnetite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackVanadiumMagnetite" />
</input>
<output>
<itemStack oreDictionary="crushedVanadiumMagnetite" number="1" />
<itemStack oreDictionary="crushedVanadiumMagnetite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackVermiculite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackVermiculite" />
</input>
<output>
<itemStack oreDictionary="crushedVermiculite" number="1" />
<itemStack oreDictionary="crushedVermiculite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackVinteum" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackVinteum" />
</input>
<output>
<itemStack oreDictionary="crushedVinteum" number="1" />
<itemStack oreDictionary="crushedVinteum" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackWollastonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackWollastonite" />
</input>
<output>
<itemStack oreDictionary="crushedWollastonite" number="1" />
<itemStack oreDictionary="crushedWollastonite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackWulfenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackWulfenite" />
</input>
<output>
<itemStack oreDictionary="crushedWulfenite" number="1" />
<itemStack oreDictionary="crushedWulfenite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackYellowLimonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackYellowLimonite" />
</input>
<output>
<itemStack oreDictionary="crushedYellowLimonite" number="1" />
<itemStack oreDictionary="crushedYellowLimonite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackYtterbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackYtterbium" />
</input>
<output>
<itemStack oreDictionary="crushedYtterbium" number="1" />
<itemStack oreDictionary="crushedYtterbium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackYttrium" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackYttrium" />
</input>
<output>
<itemStack oreDictionary="crushedYttrium" number="1" />
<itemStack oreDictionary="crushedYttrium" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackZeolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackZeolite" />
</input>
<output>
<itemStack oreDictionary="crushedZeolite" number="1" />
<itemStack oreDictionary="crushedZeolite" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreNetherrackZinc" energyCost="3600">
<input>
<itemStack oreDictionary="oreNetherrackZinc" />
</input>
<output>
<itemStack oreDictionary="crushedZinc" number="1" />
<itemStack oreDictionary="crushedZinc" chance="0.5" />
<itemStack oreDictionary="dustNetherrack" chance="0.5" />
</output>
</recipe>
<!-- End of netherOres -->
<!-- Crush black-granite ores. Seriously, this black granite sucks if you try to pump oil... -->
<recipe name="CrushoreBlackgraniteAdamantium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteAdamantium" />
</input>
<output>
<itemStack oreDictionary="crushedAdamantium" number="1" />
<itemStack oreDictionary="crushedAdamantium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteAlmandine" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteAlmandine" />
</input>
<output>
<itemStack oreDictionary="crushedAlmandine" number="1" />
<itemStack oreDictionary="crushedAlmandine" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteAluminium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteAluminium" />
</input>
<output>
<itemStack oreDictionary="crushedAluminium" number="1" />
<itemStack oreDictionary="crushedAluminium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteAlunite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteAlunite" />
</input>
<output>
<itemStack oreDictionary="crushedAlunite" number="1" />
<itemStack oreDictionary="crushedAlunite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteAmber" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteAmber" />
</input>
<output>
<itemStack oreDictionary="crushedAmber" number="1" />
<itemStack oreDictionary="crushedAmber" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteAmericium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteAmericium" />
</input>
<output>
<itemStack oreDictionary="crushedAmericium" number="1" />
<itemStack oreDictionary="crushedAmericium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteAmethyst" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteAmethyst" />
</input>
<output>
<itemStack oreDictionary="crushedAmethyst" number="1" />
<itemStack oreDictionary="crushedAmethyst" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteAndradite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteAndradite" />
</input>
<output>
<itemStack oreDictionary="crushedAndradite" number="1" />
<itemStack oreDictionary="crushedAndradite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteAntimony" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteAntimony" />
</input>
<output>
<itemStack oreDictionary="crushedAntimony" number="1" />
<itemStack oreDictionary="crushedAntimony" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteApatite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteApatite" />
</input>
<output>
<itemStack oreDictionary="crushedApatite" number="1" />
<itemStack oreDictionary="crushedApatite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteAsbestos" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteAsbestos" />
</input>
<output>
<itemStack oreDictionary="crushedAsbestos" number="1" />
<itemStack oreDictionary="crushedAsbestos" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteAstralSilver" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteAstralSilver" />
</input>
<output>
<itemStack oreDictionary="crushedAstralSilver" number="1" />
<itemStack oreDictionary="crushedAstralSilver" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteBandedIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteBandedIron" />
</input>
<output>
<itemStack oreDictionary="crushedBandedIron" number="1" />
<itemStack oreDictionary="crushedBandedIron" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteBarite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteBarite" />
</input>
<output>
<itemStack oreDictionary="crushedBarite" number="1" />
<itemStack oreDictionary="crushedBarite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteBarium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteBarium" />
</input>
<output>
<itemStack oreDictionary="crushedBarium" number="1" />
<itemStack oreDictionary="crushedBarium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteBasalticMineralSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteBasalticMineralSand" />
</input>
<output>
<itemStack oreDictionary="crushedBasalticMineralSand" number="1" />
<itemStack oreDictionary="crushedBasalticMineralSand" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteBastnasite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteBastnasite" />
</input>
<output>
<itemStack oreDictionary="crushedBastnasite" number="1" />
<itemStack oreDictionary="crushedBastnasite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteBauxite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteBauxite" />
</input>
<output>
<itemStack oreDictionary="crushedBauxite" number="1" />
<itemStack oreDictionary="crushedBauxite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteBentonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteBentonite" />
</input>
<output>
<itemStack oreDictionary="crushedBentonite" number="1" />
<itemStack oreDictionary="crushedBentonite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteBeryllium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteBeryllium" />
</input>
<output>
<itemStack oreDictionary="crushedBeryllium" number="1" />
<itemStack oreDictionary="crushedBeryllium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteBismuth" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteBismuth" />
</input>
<output>
<itemStack oreDictionary="crushedBismuth" number="1" />
<itemStack oreDictionary="crushedBismuth" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteBlueTopaz" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteBlueTopaz" />
</input>
<output>
<itemStack oreDictionary="crushedBlueTopaz" number="1" />
<itemStack oreDictionary="crushedBlueTopaz" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteBorax" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteBorax" />
</input>
<output>
<itemStack oreDictionary="crushedBorax" number="1" />
<itemStack oreDictionary="crushedBorax" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteBoron" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteBoron" />
</input>
<output>
<itemStack oreDictionary="crushedBoron" number="1" />
<itemStack oreDictionary="crushedBoron" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteBrownLimonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteBrownLimonite" />
</input>
<output>
<itemStack oreDictionary="crushedBrownLimonite" number="1" />
<itemStack oreDictionary="crushedBrownLimonite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteCadmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteCadmium" />
</input>
<output>
<itemStack oreDictionary="crushedCadmium" number="1" />
<itemStack oreDictionary="crushedCadmium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteCaesium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteCaesium" />
</input>
<output>
<itemStack oreDictionary="crushedCaesium" number="1" />
<itemStack oreDictionary="crushedCaesium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteCalcite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteCalcite" />
</input>
<output>
<itemStack oreDictionary="crushedCalcite" number="1" />
<itemStack oreDictionary="crushedCalcite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteCassiterite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteCassiterite" />
</input>
<output>
<itemStack oreDictionary="crushedCassiterite" number="1" />
<itemStack oreDictionary="crushedCassiterite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteCassiteriteSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteCassiteriteSand" />
</input>
<output>
<itemStack oreDictionary="crushedCassiteriteSand" number="1" />
<itemStack oreDictionary="crushedCassiteriteSand" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteCelestine" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteCelestine" />
</input>
<output>
<itemStack oreDictionary="crushedCelestine" number="1" />
<itemStack oreDictionary="crushedCelestine" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteCerium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteCerium" />
</input>
<output>
<itemStack oreDictionary="crushedCerium" number="1" />
<itemStack oreDictionary="crushedCerium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteCertusQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteCertusQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedCertusQuartz" number="1" />
<itemStack oreDictionary="crushedCertusQuartz" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteChalcopyrite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteChalcopyrite" />
</input>
<output>
<itemStack oreDictionary="crushedChalcopyrite" number="1" />
<itemStack oreDictionary="crushedChalcopyrite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteChargedCertusQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteChargedCertusQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedChargedCertusQuartz" number="1" />
<itemStack oreDictionary="crushedChargedCertusQuartz" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteCheese" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteCheese" />
</input>
<output>
<itemStack oreDictionary="crushedCheese" number="1" />
<itemStack oreDictionary="crushedCheese" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteChrome" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteChrome" />
</input>
<output>
<itemStack oreDictionary="crushedChrome" number="1" />
<itemStack oreDictionary="crushedChrome" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteChromite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteChromite" />
</input>
<output>
<itemStack oreDictionary="crushedChromite" number="1" />
<itemStack oreDictionary="crushedChromite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteChrysotile" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteChrysotile" />
</input>
<output>
<itemStack oreDictionary="crushedChrysotile" number="1" />
<itemStack oreDictionary="crushedChrysotile" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteCinnabar" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteCinnabar" />
</input>
<output>
<itemStack oreDictionary="crushedCinnabar" number="1" />
<itemStack oreDictionary="crushedCinnabar" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteCoal" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteCoal" />
</input>
<output>
<itemStack oreDictionary="crushedCoal" number="1" />
<itemStack oreDictionary="crushedCoal" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteCobalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteCobalt" />
</input>
<output>
<itemStack oreDictionary="crushedCobalt" number="1" />
<itemStack oreDictionary="crushedCobalt" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteCobaltite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteCobaltite" />
</input>
<output>
<itemStack oreDictionary="crushedCobaltite" number="1" />
<itemStack oreDictionary="crushedCobaltite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteCooperite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteCooperite" />
</input>
<output>
<itemStack oreDictionary="crushedCooperite" number="1" />
<itemStack oreDictionary="crushedCooperite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteCopper" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteCopper" />
</input>
<output>
<itemStack oreDictionary="crushedCopper" number="1" />
<itemStack oreDictionary="crushedCopper" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteDarkIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteDarkIron" />
</input>
<output>
<itemStack oreDictionary="crushedDarkIron" number="1" />
<itemStack oreDictionary="crushedDarkIron" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteDeepIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteDeepIron" />
</input>
<output>
<itemStack oreDictionary="crushedDeepIron" number="1" />
<itemStack oreDictionary="crushedDeepIron" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteDesh" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteDesh" />
</input>
<output>
<itemStack oreDictionary="crushedDesh" number="1" />
<itemStack oreDictionary="crushedDesh" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteDiamond" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteDiamond" />
</input>
<output>
<itemStack oreDictionary="crushedDiamond" number="1" />
<itemStack oreDictionary="crushedDiamond" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteDiatomite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteDiatomite" />
</input>
<output>
<itemStack oreDictionary="crushedDiatomite" number="1" />
<itemStack oreDictionary="crushedDiatomite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteDilithium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteDilithium" />
</input>
<output>
<itemStack oreDictionary="crushedDilithium" number="1" />
<itemStack oreDictionary="crushedDilithium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteDolomite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteDolomite" />
</input>
<output>
<itemStack oreDictionary="crushedDolomite" number="1" />
<itemStack oreDictionary="crushedDolomite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteDysprosium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteDysprosium" />
</input>
<output>
<itemStack oreDictionary="crushedDysprosium" number="1" />
<itemStack oreDictionary="crushedDysprosium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteElectrum" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteElectrum" />
</input>
<output>
<itemStack oreDictionary="crushedElectrum" number="1" />
<itemStack oreDictionary="crushedElectrum" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteEmerald" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteEmerald" />
</input>
<output>
<itemStack oreDictionary="crushedEmerald" number="1" />
<itemStack oreDictionary="crushedEmerald" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteEmery" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteEmery" />
</input>
<output>
<itemStack oreDictionary="crushedEmery" number="1" />
<itemStack oreDictionary="crushedEmery" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteErbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteErbium" />
</input>
<output>
<itemStack oreDictionary="crushedErbium" number="1" />
<itemStack oreDictionary="crushedErbium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteEuropium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteEuropium" />
</input>
<output>
<itemStack oreDictionary="crushedEuropium" number="1" />
<itemStack oreDictionary="crushedEuropium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteFirestone" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteFirestone" />
</input>
<output>
<itemStack oreDictionary="crushedFirestone" number="1" />
<itemStack oreDictionary="crushedFirestone" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteFoolsRuby" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteFoolsRuby" />
</input>
<output>
<itemStack oreDictionary="crushedFoolsRuby" number="1" />
<itemStack oreDictionary="crushedFoolsRuby" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteForce" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteForce" />
</input>
<output>
<itemStack oreDictionary="crushedForce" number="1" />
<itemStack oreDictionary="crushedForce" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteForcicium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteForcicium" />
</input>
<output>
<itemStack oreDictionary="crushedForcicium" number="1" />
<itemStack oreDictionary="crushedForcicium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteForcillium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteForcillium" />
</input>
<output>
<itemStack oreDictionary="crushedForcillium" number="1" />
<itemStack oreDictionary="crushedForcillium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteFullersEarth" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteFullersEarth" />
</input>
<output>
<itemStack oreDictionary="crushedFullersEarth" number="1" />
<itemStack oreDictionary="crushedFullersEarth" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteGadolinium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteGadolinium" />
</input>
<output>
<itemStack oreDictionary="crushedGadolinium" number="1" />
<itemStack oreDictionary="crushedGadolinium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteGalena" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteGalena" />
</input>
<output>
<itemStack oreDictionary="crushedGalena" number="1" />
<itemStack oreDictionary="crushedGalena" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteGallium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteGallium" />
</input>
<output>
<itemStack oreDictionary="crushedGallium" number="1" />
<itemStack oreDictionary="crushedGallium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteGarnetRed" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteGarnetRed" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetRed" number="1" />
<itemStack oreDictionary="crushedGarnetRed" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteGarnetSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteGarnetSand" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetSand" number="1" />
<itemStack oreDictionary="crushedGarnetSand" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteGarnetYellow" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteGarnetYellow" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetYellow" number="1" />
<itemStack oreDictionary="crushedGarnetYellow" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteGarnierite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteGarnierite" />
</input>
<output>
<itemStack oreDictionary="crushedGarnierite" number="1" />
<itemStack oreDictionary="crushedGarnierite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteGlauconite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteGlauconite" />
</input>
<output>
<itemStack oreDictionary="crushedGlauconite" number="1" />
<itemStack oreDictionary="crushedGlauconite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteGlauconiteSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteGlauconiteSand" />
</input>
<output>
<itemStack oreDictionary="crushedGlauconiteSand" number="1" />
<itemStack oreDictionary="crushedGlauconiteSand" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteGold" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteGold" />
</input>
<output>
<itemStack oreDictionary="crushedGold" number="1" />
<itemStack oreDictionary="crushedGold" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteGraniticMineralSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteGraniticMineralSand" />
</input>
<output>
<itemStack oreDictionary="crushedGraniticMineralSand" number="1" />
<itemStack oreDictionary="crushedGraniticMineralSand" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteGraphite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteGraphite" />
</input>
<output>
<itemStack oreDictionary="crushedGraphite" number="1" />
<itemStack oreDictionary="crushedGraphite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteGreenSapphire" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteGreenSapphire" />
</input>
<output>
<itemStack oreDictionary="crushedGreenSapphire" number="1" />
<itemStack oreDictionary="crushedGreenSapphire" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteGrossular" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteGrossular" />
</input>
<output>
<itemStack oreDictionary="crushedGrossular" number="1" />
<itemStack oreDictionary="crushedGrossular" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteGypsum" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteGypsum" />
</input>
<output>
<itemStack oreDictionary="crushedGypsum" number="1" />
<itemStack oreDictionary="crushedGypsum" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteHolmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteHolmium" />
</input>
<output>
<itemStack oreDictionary="crushedHolmium" number="1" />
<itemStack oreDictionary="crushedHolmium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteIlmenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteIlmenite" />
</input>
<output>
<itemStack oreDictionary="crushedIlmenite" number="1" />
<itemStack oreDictionary="crushedIlmenite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteIndium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteIndium" />
</input>
<output>
<itemStack oreDictionary="crushedIndium" number="1" />
<itemStack oreDictionary="crushedIndium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteInfusedAir" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteInfusedAir" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedAir" number="1" />
<itemStack oreDictionary="crushedInfusedAir" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteInfusedEarth" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteInfusedEarth" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedEarth" number="1" />
<itemStack oreDictionary="crushedInfusedEarth" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteInfusedEntropy" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteInfusedEntropy" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedEntropy" number="1" />
<itemStack oreDictionary="crushedInfusedEntropy" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteInfusedFire" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteInfusedFire" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedFire" number="1" />
<itemStack oreDictionary="crushedInfusedFire" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteInfusedGold" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteInfusedGold" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedGold" number="1" />
<itemStack oreDictionary="crushedInfusedGold" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteInfusedOrder" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteInfusedOrder" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedOrder" number="1" />
<itemStack oreDictionary="crushedInfusedOrder" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteInfusedWater" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteInfusedWater" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedWater" number="1" />
<itemStack oreDictionary="crushedInfusedWater" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteIridium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteIridium" />
</input>
<output>
<itemStack oreDictionary="crushedIridium" number="1" />
<itemStack oreDictionary="crushedIridium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteIron" />
</input>
<output>
<itemStack oreDictionary="crushedIron" number="1" />
<itemStack oreDictionary="crushedIron" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteJade" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteJade" />
</input>
<output>
<itemStack oreDictionary="crushedJade" number="1" />
<itemStack oreDictionary="crushedJade" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteJasper" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteJasper" />
</input>
<output>
<itemStack oreDictionary="crushedJasper" number="1" />
<itemStack oreDictionary="crushedJasper" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteKaolinite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteKaolinite" />
</input>
<output>
<itemStack oreDictionary="crushedKaolinite" number="1" />
<itemStack oreDictionary="crushedKaolinite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteKyanite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteKyanite" />
</input>
<output>
<itemStack oreDictionary="crushedKyanite" number="1" />
<itemStack oreDictionary="crushedKyanite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteLanthanum" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteLanthanum" />
</input>
<output>
<itemStack oreDictionary="crushedLanthanum" number="1" />
<itemStack oreDictionary="crushedLanthanum" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteLapis" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteLapis" />
</input>
<output>
<itemStack oreDictionary="crushedLapis" number="1" />
<itemStack oreDictionary="crushedLapis" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteLazurite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteLazurite" />
</input>
<output>
<itemStack oreDictionary="crushedLazurite" number="1" />
<itemStack oreDictionary="crushedLazurite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteLead" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteLead" />
</input>
<output>
<itemStack oreDictionary="crushedLead" number="1" />
<itemStack oreDictionary="crushedLead" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteLepidolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteLepidolite" />
</input>
<output>
<itemStack oreDictionary="crushedLepidolite" number="1" />
<itemStack oreDictionary="crushedLepidolite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteLignite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteLignite" />
</input>
<output>
<itemStack oreDictionary="crushedLignite" number="1" />
<itemStack oreDictionary="crushedLignite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteLithium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteLithium" />
</input>
<output>
<itemStack oreDictionary="crushedLithium" number="1" />
<itemStack oreDictionary="crushedLithium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteLutetium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteLutetium" />
</input>
<output>
<itemStack oreDictionary="crushedLutetium" number="1" />
<itemStack oreDictionary="crushedLutetium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteMagnesite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteMagnesite" />
</input>
<output>
<itemStack oreDictionary="crushedMagnesite" number="1" />
<itemStack oreDictionary="crushedMagnesite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteMagnesium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteMagnesium" />
</input>
<output>
<itemStack oreDictionary="crushedMagnesium" number="1" />
<itemStack oreDictionary="crushedMagnesium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteMagnetite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteMagnetite" />
</input>
<output>
<itemStack oreDictionary="crushedMagnetite" number="1" />
<itemStack oreDictionary="crushedMagnetite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteMalachite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteMalachite" />
</input>
<output>
<itemStack oreDictionary="crushedMalachite" number="1" />
<itemStack oreDictionary="crushedMalachite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteManganese" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteManganese" />
</input>
<output>
<itemStack oreDictionary="crushedManganese" number="1" />
<itemStack oreDictionary="crushedManganese" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteMeteoricIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteMeteoricIron" />
</input>
<output>
<itemStack oreDictionary="crushedMeteoricIron" number="1" />
<itemStack oreDictionary="crushedMeteoricIron" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteMica" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteMica" />
</input>
<output>
<itemStack oreDictionary="crushedMica" number="1" />
<itemStack oreDictionary="crushedMica" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteMidasium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteMidasium" />
</input>
<output>
<itemStack oreDictionary="crushedMidasium" number="1" />
<itemStack oreDictionary="crushedMidasium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteMirabilite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteMirabilite" />
</input>
<output>
<itemStack oreDictionary="crushedMirabilite" number="1" />
<itemStack oreDictionary="crushedMirabilite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteMithril" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteMithril" />
</input>
<output>
<itemStack oreDictionary="crushedMithril" number="1" />
<itemStack oreDictionary="crushedMithril" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteMolybdenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteMolybdenite" />
</input>
<output>
<itemStack oreDictionary="crushedMolybdenite" number="1" />
<itemStack oreDictionary="crushedMolybdenite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteMolybdenum" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteMolybdenum" />
</input>
<output>
<itemStack oreDictionary="crushedMolybdenum" number="1" />
<itemStack oreDictionary="crushedMolybdenum" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteMonazite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteMonazite" />
</input>
<output>
<itemStack oreDictionary="crushedMonazite" number="1" />
<itemStack oreDictionary="crushedMonazite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteNaquadah" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteNaquadah" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadah" number="1" />
<itemStack oreDictionary="crushedNaquadah" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteNaquadahEnriched" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteNaquadahEnriched" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadahEnriched" number="1" />
<itemStack oreDictionary="crushedNaquadahEnriched" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteNaquadria" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteNaquadria" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadria" number="1" />
<itemStack oreDictionary="crushedNaquadria" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteNeodymium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteNeodymium" />
</input>
<output>
<itemStack oreDictionary="crushedNeodymium" number="1" />
<itemStack oreDictionary="crushedNeodymium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteNetherQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteNetherQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedNetherQuartz" number="1" />
<itemStack oreDictionary="crushedNetherQuartz" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteNeutronium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteNeutronium" />
</input>
<output>
<itemStack oreDictionary="crushedNeutronium" number="1" />
<itemStack oreDictionary="crushedNeutronium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteNickel" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteNickel" />
</input>
<output>
<itemStack oreDictionary="crushedNickel" number="1" />
<itemStack oreDictionary="crushedNickel" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteNikolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteNikolite" />
</input>
<output>
<itemStack oreDictionary="crushedNikolite" number="1" />
<itemStack oreDictionary="crushedNikolite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteNiobium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteNiobium" />
</input>
<output>
<itemStack oreDictionary="crushedNiobium" number="1" />
<itemStack oreDictionary="crushedNiobium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteNiter" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteNiter" />
</input>
<output>
<itemStack oreDictionary="crushedNiter" number="1" />
<itemStack oreDictionary="crushedNiter" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteOlivine" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteOlivine" />
</input>
<output>
<itemStack oreDictionary="crushedOlivine" number="1" />
<itemStack oreDictionary="crushedOlivine" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteOpal" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteOpal" />
</input>
<output>
<itemStack oreDictionary="crushedOpal" number="1" />
<itemStack oreDictionary="crushedOpal" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteOsmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteOsmium" />
</input>
<output>
<itemStack oreDictionary="crushedOsmium" number="1" />
<itemStack oreDictionary="crushedOsmium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgranitePalladium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgranitePalladium" />
</input>
<output>
<itemStack oreDictionary="crushedPalladium" number="1" />
<itemStack oreDictionary="crushedPalladium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgranitePentlandite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgranitePentlandite" />
</input>
<output>
<itemStack oreDictionary="crushedPentlandite" number="1" />
<itemStack oreDictionary="crushedPentlandite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgranitePerlite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgranitePerlite" />
</input>
<output>
<itemStack oreDictionary="crushedPerlite" number="1" />
<itemStack oreDictionary="crushedPerlite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgranitePhosphate" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgranitePhosphate" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphate" number="1" />
<itemStack oreDictionary="crushedPhosphate" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgranitePhosphor" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgranitePhosphor" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphor" number="1" />
<itemStack oreDictionary="crushedPhosphor" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgranitePhosphorus" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgranitePhosphorus" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphorus" number="1" />
<itemStack oreDictionary="crushedPhosphorus" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgranitePigIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgranitePigIron" />
</input>
<output>
<itemStack oreDictionary="crushedPigIron" number="1" />
<itemStack oreDictionary="crushedPigIron" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgranitePitchblende" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgranitePitchblende" />
</input>
<output>
<itemStack oreDictionary="crushedPitchblende" number="1" />
<itemStack oreDictionary="crushedPitchblende" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgranitePlatinum" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgranitePlatinum" />
</input>
<output>
<itemStack oreDictionary="crushedPlatinum" number="1" />
<itemStack oreDictionary="crushedPlatinum" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgranitePlutonium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgranitePlutonium" />
</input>
<output>
<itemStack oreDictionary="crushedPlutonium" number="1" />
<itemStack oreDictionary="crushedPlutonium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgranitePlutonium241" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgranitePlutonium241" />
</input>
<output>
<itemStack oreDictionary="crushedPlutonium241" number="1" />
<itemStack oreDictionary="crushedPlutonium241" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgranitePollucite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgranitePollucite" />
</input>
<output>
<itemStack oreDictionary="crushedPollucite" number="1" />
<itemStack oreDictionary="crushedPollucite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgranitePowellite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgranitePowellite" />
</input>
<output>
<itemStack oreDictionary="crushedPowellite" number="1" />
<itemStack oreDictionary="crushedPowellite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgranitePraseodymium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgranitePraseodymium" />
</input>
<output>
<itemStack oreDictionary="crushedPraseodymium" number="1" />
<itemStack oreDictionary="crushedPraseodymium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgranitePromethium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgranitePromethium" />
</input>
<output>
<itemStack oreDictionary="crushedPromethium" number="1" />
<itemStack oreDictionary="crushedPromethium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgranitePumice" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgranitePumice" />
</input>
<output>
<itemStack oreDictionary="crushedPumice" number="1" />
<itemStack oreDictionary="crushedPumice" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgranitePyrite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgranitePyrite" />
</input>
<output>
<itemStack oreDictionary="crushedPyrite" number="1" />
<itemStack oreDictionary="crushedPyrite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgranitePyrolusite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgranitePyrolusite" />
</input>
<output>
<itemStack oreDictionary="crushedPyrolusite" number="1" />
<itemStack oreDictionary="crushedPyrolusite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgranitePyrope" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgranitePyrope" />
</input>
<output>
<itemStack oreDictionary="crushedPyrope" number="1" />
<itemStack oreDictionary="crushedPyrope" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteQuartzite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteQuartzite" />
</input>
<output>
<itemStack oreDictionary="crushedQuartzite" number="1" />
<itemStack oreDictionary="crushedQuartzite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteQuartzSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteQuartzSand" />
</input>
<output>
<itemStack oreDictionary="crushedQuartzSand" number="1" />
<itemStack oreDictionary="crushedQuartzSand" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteRedstone" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteRedstone" />
</input>
<output>
<itemStack oreDictionary="crushedRedstone" number="1" />
<itemStack oreDictionary="crushedRedstone" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteRockSalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteRockSalt" />
</input>
<output>
<itemStack oreDictionary="crushedRockSalt" number="1" />
<itemStack oreDictionary="crushedRockSalt" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteRubidium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteRubidium" />
</input>
<output>
<itemStack oreDictionary="crushedRubidium" number="1" />
<itemStack oreDictionary="crushedRubidium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteRuby" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteRuby" />
</input>
<output>
<itemStack oreDictionary="crushedRuby" number="1" />
<itemStack oreDictionary="crushedRuby" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteSalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteSalt" />
</input>
<output>
<itemStack oreDictionary="crushedSalt" number="1" />
<itemStack oreDictionary="crushedSalt" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteSaltpeter" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteSaltpeter" />
</input>
<output>
<itemStack oreDictionary="crushedSaltpeter" number="1" />
<itemStack oreDictionary="crushedSaltpeter" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteSamarium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteSamarium" />
</input>
<output>
<itemStack oreDictionary="crushedSamarium" number="1" />
<itemStack oreDictionary="crushedSamarium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteSapphire" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteSapphire" />
</input>
<output>
<itemStack oreDictionary="crushedSapphire" number="1" />
<itemStack oreDictionary="crushedSapphire" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteScandium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteScandium" />
</input>
<output>
<itemStack oreDictionary="crushedScandium" number="1" />
<itemStack oreDictionary="crushedScandium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteScheelite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteScheelite" />
</input>
<output>
<itemStack oreDictionary="crushedScheelite" number="1" />
<itemStack oreDictionary="crushedScheelite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteShadowIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteShadowIron" />
</input>
<output>
<itemStack oreDictionary="crushedShadowIron" number="1" />
<itemStack oreDictionary="crushedShadowIron" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteSilicon" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteSilicon" />
</input>
<output>
<itemStack oreDictionary="crushedSilicon" number="1" />
<itemStack oreDictionary="crushedSilicon" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteSilver" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteSilver" />
</input>
<output>
<itemStack oreDictionary="crushedSilver" number="1" />
<itemStack oreDictionary="crushedSilver" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteSoapstone" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteSoapstone" />
</input>
<output>
<itemStack oreDictionary="crushedSoapstone" number="1" />
<itemStack oreDictionary="crushedSoapstone" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteSodalite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteSodalite" />
</input>
<output>
<itemStack oreDictionary="crushedSodalite" number="1" />
<itemStack oreDictionary="crushedSodalite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteSpessartine" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteSpessartine" />
</input>
<output>
<itemStack oreDictionary="crushedSpessartine" number="1" />
<itemStack oreDictionary="crushedSpessartine" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteSphalerite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteSphalerite" />
</input>
<output>
<itemStack oreDictionary="crushedSphalerite" number="1" />
<itemStack oreDictionary="crushedSphalerite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteSpodumene" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteSpodumene" />
</input>
<output>
<itemStack oreDictionary="crushedSpodumene" number="1" />
<itemStack oreDictionary="crushedSpodumene" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteStibnite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteStibnite" />
</input>
<output>
<itemStack oreDictionary="crushedStibnite" number="1" />
<itemStack oreDictionary="crushedStibnite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteStrontium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteStrontium" />
</input>
<output>
<itemStack oreDictionary="crushedStrontium" number="1" />
<itemStack oreDictionary="crushedStrontium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteSulfur" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteSulfur" />
</input>
<output>
<itemStack oreDictionary="crushedSulfur" number="1" />
<itemStack oreDictionary="crushedSulfur" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteTalc" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteTalc" />
</input>
<output>
<itemStack oreDictionary="crushedTalc" number="1" />
<itemStack oreDictionary="crushedTalc" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteTantalite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteTantalite" />
</input>
<output>
<itemStack oreDictionary="crushedTantalite" number="1" />
<itemStack oreDictionary="crushedTantalite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteTantalum" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteTantalum" />
</input>
<output>
<itemStack oreDictionary="crushedTantalum" number="1" />
<itemStack oreDictionary="crushedTantalum" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteTanzanite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteTanzanite" />
</input>
<output>
<itemStack oreDictionary="crushedTanzanite" number="1" />
<itemStack oreDictionary="crushedTanzanite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteTellurium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteTellurium" />
</input>
<output>
<itemStack oreDictionary="crushedTellurium" number="1" />
<itemStack oreDictionary="crushedTellurium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteTerbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteTerbium" />
</input>
<output>
<itemStack oreDictionary="crushedTerbium" number="1" />
<itemStack oreDictionary="crushedTerbium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteTetrahedrite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteTetrahedrite" />
</input>
<output>
<itemStack oreDictionary="crushedTetrahedrite" number="1" />
<itemStack oreDictionary="crushedTetrahedrite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteThorium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteThorium" />
</input>
<output>
<itemStack oreDictionary="crushedThorium" number="1" />
<itemStack oreDictionary="crushedThorium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteThulium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteThulium" />
</input>
<output>
<itemStack oreDictionary="crushedThulium" number="1" />
<itemStack oreDictionary="crushedThulium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteTin" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteTin" />
</input>
<output>
<itemStack oreDictionary="crushedTin" number="1" />
<itemStack oreDictionary="crushedTin" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteTitanium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteTitanium" />
</input>
<output>
<itemStack oreDictionary="crushedTitanium" number="1" />
<itemStack oreDictionary="crushedTitanium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteTopaz" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteTopaz" />
</input>
<output>
<itemStack oreDictionary="crushedTopaz" number="1" />
<itemStack oreDictionary="crushedTopaz" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteTrona" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteTrona" />
</input>
<output>
<itemStack oreDictionary="crushedTrona" number="1" />
<itemStack oreDictionary="crushedTrona" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteTungstate" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteTungstate" />
</input>
<output>
<itemStack oreDictionary="crushedTungstate" number="1" />
<itemStack oreDictionary="crushedTungstate" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteTungsten" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteTungsten" />
</input>
<output>
<itemStack oreDictionary="crushedTungsten" number="1" />
<itemStack oreDictionary="crushedTungsten" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteUraninite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteUraninite" />
</input>
<output>
<itemStack oreDictionary="crushedUraninite" number="1" />
<itemStack oreDictionary="crushedUraninite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteUranium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteUranium" />
</input>
<output>
<itemStack oreDictionary="crushedUranium" number="1" />
<itemStack oreDictionary="crushedUranium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteUranium235" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteUranium235" />
</input>
<output>
<itemStack oreDictionary="crushedUranium235" number="1" />
<itemStack oreDictionary="crushedUranium235" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteUvarovite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteUvarovite" />
</input>
<output>
<itemStack oreDictionary="crushedUvarovite" number="1" />
<itemStack oreDictionary="crushedUvarovite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteVanadium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteVanadium" />
</input>
<output>
<itemStack oreDictionary="crushedVanadium" number="1" />
<itemStack oreDictionary="crushedVanadium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteVanadiumMagnetite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteVanadiumMagnetite" />
</input>
<output>
<itemStack oreDictionary="crushedVanadiumMagnetite" number="1" />
<itemStack oreDictionary="crushedVanadiumMagnetite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteVermiculite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteVermiculite" />
</input>
<output>
<itemStack oreDictionary="crushedVermiculite" number="1" />
<itemStack oreDictionary="crushedVermiculite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteVinteum" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteVinteum" />
</input>
<output>
<itemStack oreDictionary="crushedVinteum" number="1" />
<itemStack oreDictionary="crushedVinteum" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteWollastonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteWollastonite" />
</input>
<output>
<itemStack oreDictionary="crushedWollastonite" number="1" />
<itemStack oreDictionary="crushedWollastonite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteWulfenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteWulfenite" />
</input>
<output>
<itemStack oreDictionary="crushedWulfenite" number="1" />
<itemStack oreDictionary="crushedWulfenite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteYellowLimonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteYellowLimonite" />
</input>
<output>
<itemStack oreDictionary="crushedYellowLimonite" number="1" />
<itemStack oreDictionary="crushedYellowLimonite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteYtterbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteYtterbium" />
</input>
<output>
<itemStack oreDictionary="crushedYtterbium" number="1" />
<itemStack oreDictionary="crushedYtterbium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteYttrium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteYttrium" />
</input>
<output>
<itemStack oreDictionary="crushedYttrium" number="1" />
<itemStack oreDictionary="crushedYttrium" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteZeolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteZeolite" />
</input>
<output>
<itemStack oreDictionary="crushedZeolite" number="1" />
<itemStack oreDictionary="crushedZeolite" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBlackgraniteZinc" energyCost="3600">
<input>
<itemStack oreDictionary="oreBlackgraniteZinc" />
</input>
<output>
<itemStack oreDictionary="crushedZinc" number="1" />
<itemStack oreDictionary="crushedZinc" chance="0.5" />
<itemStack oreDictionary="dustGraniteBlack" chance="0.5" />
</output>
</recipe>
<!-- End of black-graniteOres -->
<!-- Crush red-granite ores -->
<recipe name="CrushoreRedgraniteAdamantium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteAdamantium" />
</input>
<output>
<itemStack oreDictionary="crushedAdamantium" number="1" />
<itemStack oreDictionary="crushedAdamantium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteAlmandine" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteAlmandine" />
</input>
<output>
<itemStack oreDictionary="crushedAlmandine" number="1" />
<itemStack oreDictionary="crushedAlmandine" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteAluminium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteAluminium" />
</input>
<output>
<itemStack oreDictionary="crushedAluminium" number="1" />
<itemStack oreDictionary="crushedAluminium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteAlunite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteAlunite" />
</input>
<output>
<itemStack oreDictionary="crushedAlunite" number="1" />
<itemStack oreDictionary="crushedAlunite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteAmber" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteAmber" />
</input>
<output>
<itemStack oreDictionary="crushedAmber" number="1" />
<itemStack oreDictionary="crushedAmber" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteAmericium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteAmericium" />
</input>
<output>
<itemStack oreDictionary="crushedAmericium" number="1" />
<itemStack oreDictionary="crushedAmericium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteAmethyst" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteAmethyst" />
</input>
<output>
<itemStack oreDictionary="crushedAmethyst" number="1" />
<itemStack oreDictionary="crushedAmethyst" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteAndradite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteAndradite" />
</input>
<output>
<itemStack oreDictionary="crushedAndradite" number="1" />
<itemStack oreDictionary="crushedAndradite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteAntimony" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteAntimony" />
</input>
<output>
<itemStack oreDictionary="crushedAntimony" number="1" />
<itemStack oreDictionary="crushedAntimony" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteApatite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteApatite" />
</input>
<output>
<itemStack oreDictionary="crushedApatite" number="1" />
<itemStack oreDictionary="crushedApatite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteAsbestos" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteAsbestos" />
</input>
<output>
<itemStack oreDictionary="crushedAsbestos" number="1" />
<itemStack oreDictionary="crushedAsbestos" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteAstralSilver" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteAstralSilver" />
</input>
<output>
<itemStack oreDictionary="crushedAstralSilver" number="1" />
<itemStack oreDictionary="crushedAstralSilver" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteBandedIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteBandedIron" />
</input>
<output>
<itemStack oreDictionary="crushedBandedIron" number="1" />
<itemStack oreDictionary="crushedBandedIron" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteBarite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteBarite" />
</input>
<output>
<itemStack oreDictionary="crushedBarite" number="1" />
<itemStack oreDictionary="crushedBarite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteBarium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteBarium" />
</input>
<output>
<itemStack oreDictionary="crushedBarium" number="1" />
<itemStack oreDictionary="crushedBarium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteBasalticMineralSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteBasalticMineralSand" />
</input>
<output>
<itemStack oreDictionary="crushedBasalticMineralSand" number="1" />
<itemStack oreDictionary="crushedBasalticMineralSand" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteBastnasite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteBastnasite" />
</input>
<output>
<itemStack oreDictionary="crushedBastnasite" number="1" />
<itemStack oreDictionary="crushedBastnasite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteBauxite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteBauxite" />
</input>
<output>
<itemStack oreDictionary="crushedBauxite" number="1" />
<itemStack oreDictionary="crushedBauxite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteBentonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteBentonite" />
</input>
<output>
<itemStack oreDictionary="crushedBentonite" number="1" />
<itemStack oreDictionary="crushedBentonite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteBeryllium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteBeryllium" />
</input>
<output>
<itemStack oreDictionary="crushedBeryllium" number="1" />
<itemStack oreDictionary="crushedBeryllium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteBismuth" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteBismuth" />
</input>
<output>
<itemStack oreDictionary="crushedBismuth" number="1" />
<itemStack oreDictionary="crushedBismuth" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteBlueTopaz" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteBlueTopaz" />
</input>
<output>
<itemStack oreDictionary="crushedBlueTopaz" number="1" />
<itemStack oreDictionary="crushedBlueTopaz" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteBorax" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteBorax" />
</input>
<output>
<itemStack oreDictionary="crushedBorax" number="1" />
<itemStack oreDictionary="crushedBorax" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteBoron" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteBoron" />
</input>
<output>
<itemStack oreDictionary="crushedBoron" number="1" />
<itemStack oreDictionary="crushedBoron" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteBrownLimonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteBrownLimonite" />
</input>
<output>
<itemStack oreDictionary="crushedBrownLimonite" number="1" />
<itemStack oreDictionary="crushedBrownLimonite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteCadmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteCadmium" />
</input>
<output>
<itemStack oreDictionary="crushedCadmium" number="1" />
<itemStack oreDictionary="crushedCadmium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteCaesium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteCaesium" />
</input>
<output>
<itemStack oreDictionary="crushedCaesium" number="1" />
<itemStack oreDictionary="crushedCaesium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteCalcite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteCalcite" />
</input>
<output>
<itemStack oreDictionary="crushedCalcite" number="1" />
<itemStack oreDictionary="crushedCalcite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteCassiterite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteCassiterite" />
</input>
<output>
<itemStack oreDictionary="crushedCassiterite" number="1" />
<itemStack oreDictionary="crushedCassiterite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteCassiteriteSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteCassiteriteSand" />
</input>
<output>
<itemStack oreDictionary="crushedCassiteriteSand" number="1" />
<itemStack oreDictionary="crushedCassiteriteSand" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteCelestine" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteCelestine" />
</input>
<output>
<itemStack oreDictionary="crushedCelestine" number="1" />
<itemStack oreDictionary="crushedCelestine" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteCerium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteCerium" />
</input>
<output>
<itemStack oreDictionary="crushedCerium" number="1" />
<itemStack oreDictionary="crushedCerium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteCertusQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteCertusQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedCertusQuartz" number="1" />
<itemStack oreDictionary="crushedCertusQuartz" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteChalcopyrite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteChalcopyrite" />
</input>
<output>
<itemStack oreDictionary="crushedChalcopyrite" number="1" />
<itemStack oreDictionary="crushedChalcopyrite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteChargedCertusQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteChargedCertusQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedChargedCertusQuartz" number="1" />
<itemStack oreDictionary="crushedChargedCertusQuartz" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteCheese" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteCheese" />
</input>
<output>
<itemStack oreDictionary="crushedCheese" number="1" />
<itemStack oreDictionary="crushedCheese" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteChrome" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteChrome" />
</input>
<output>
<itemStack oreDictionary="crushedChrome" number="1" />
<itemStack oreDictionary="crushedChrome" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteChromite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteChromite" />
</input>
<output>
<itemStack oreDictionary="crushedChromite" number="1" />
<itemStack oreDictionary="crushedChromite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteChrysotile" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteChrysotile" />
</input>
<output>
<itemStack oreDictionary="crushedChrysotile" number="1" />
<itemStack oreDictionary="crushedChrysotile" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteCinnabar" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteCinnabar" />
</input>
<output>
<itemStack oreDictionary="crushedCinnabar" number="1" />
<itemStack oreDictionary="crushedCinnabar" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteCoal" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteCoal" />
</input>
<output>
<itemStack oreDictionary="crushedCoal" number="1" />
<itemStack oreDictionary="crushedCoal" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteCobalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteCobalt" />
</input>
<output>
<itemStack oreDictionary="crushedCobalt" number="1" />
<itemStack oreDictionary="crushedCobalt" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteCobaltite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteCobaltite" />
</input>
<output>
<itemStack oreDictionary="crushedCobaltite" number="1" />
<itemStack oreDictionary="crushedCobaltite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteCooperite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteCooperite" />
</input>
<output>
<itemStack oreDictionary="crushedCooperite" number="1" />
<itemStack oreDictionary="crushedCooperite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteCopper" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteCopper" />
</input>
<output>
<itemStack oreDictionary="crushedCopper" number="1" />
<itemStack oreDictionary="crushedCopper" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteDarkIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteDarkIron" />
</input>
<output>
<itemStack oreDictionary="crushedDarkIron" number="1" />
<itemStack oreDictionary="crushedDarkIron" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteDeepIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteDeepIron" />
</input>
<output>
<itemStack oreDictionary="crushedDeepIron" number="1" />
<itemStack oreDictionary="crushedDeepIron" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteDesh" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteDesh" />
</input>
<output>
<itemStack oreDictionary="crushedDesh" number="1" />
<itemStack oreDictionary="crushedDesh" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteDiamond" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteDiamond" />
</input>
<output>
<itemStack oreDictionary="crushedDiamond" number="1" />
<itemStack oreDictionary="crushedDiamond" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteDiatomite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteDiatomite" />
</input>
<output>
<itemStack oreDictionary="crushedDiatomite" number="1" />
<itemStack oreDictionary="crushedDiatomite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteDilithium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteDilithium" />
</input>
<output>
<itemStack oreDictionary="crushedDilithium" number="1" />
<itemStack oreDictionary="crushedDilithium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteDolomite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteDolomite" />
</input>
<output>
<itemStack oreDictionary="crushedDolomite" number="1" />
<itemStack oreDictionary="crushedDolomite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteDysprosium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteDysprosium" />
</input>
<output>
<itemStack oreDictionary="crushedDysprosium" number="1" />
<itemStack oreDictionary="crushedDysprosium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteElectrum" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteElectrum" />
</input>
<output>
<itemStack oreDictionary="crushedElectrum" number="1" />
<itemStack oreDictionary="crushedElectrum" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteEmerald" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteEmerald" />
</input>
<output>
<itemStack oreDictionary="crushedEmerald" number="1" />
<itemStack oreDictionary="crushedEmerald" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteEmery" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteEmery" />
</input>
<output>
<itemStack oreDictionary="crushedEmery" number="1" />
<itemStack oreDictionary="crushedEmery" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteErbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteErbium" />
</input>
<output>
<itemStack oreDictionary="crushedErbium" number="1" />
<itemStack oreDictionary="crushedErbium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteEuropium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteEuropium" />
</input>
<output>
<itemStack oreDictionary="crushedEuropium" number="1" />
<itemStack oreDictionary="crushedEuropium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteFirestone" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteFirestone" />
</input>
<output>
<itemStack oreDictionary="crushedFirestone" number="1" />
<itemStack oreDictionary="crushedFirestone" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteFoolsRuby" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteFoolsRuby" />
</input>
<output>
<itemStack oreDictionary="crushedFoolsRuby" number="1" />
<itemStack oreDictionary="crushedFoolsRuby" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteForce" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteForce" />
</input>
<output>
<itemStack oreDictionary="crushedForce" number="1" />
<itemStack oreDictionary="crushedForce" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteForcicium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteForcicium" />
</input>
<output>
<itemStack oreDictionary="crushedForcicium" number="1" />
<itemStack oreDictionary="crushedForcicium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteForcillium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteForcillium" />
</input>
<output>
<itemStack oreDictionary="crushedForcillium" number="1" />
<itemStack oreDictionary="crushedForcillium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteFullersEarth" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteFullersEarth" />
</input>
<output>
<itemStack oreDictionary="crushedFullersEarth" number="1" />
<itemStack oreDictionary="crushedFullersEarth" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteGadolinium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteGadolinium" />
</input>
<output>
<itemStack oreDictionary="crushedGadolinium" number="1" />
<itemStack oreDictionary="crushedGadolinium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteGalena" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteGalena" />
</input>
<output>
<itemStack oreDictionary="crushedGalena" number="1" />
<itemStack oreDictionary="crushedGalena" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteGallium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteGallium" />
</input>
<output>
<itemStack oreDictionary="crushedGallium" number="1" />
<itemStack oreDictionary="crushedGallium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteGarnetRed" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteGarnetRed" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetRed" number="1" />
<itemStack oreDictionary="crushedGarnetRed" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteGarnetSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteGarnetSand" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetSand" number="1" />
<itemStack oreDictionary="crushedGarnetSand" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteGarnetYellow" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteGarnetYellow" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetYellow" number="1" />
<itemStack oreDictionary="crushedGarnetYellow" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteGarnierite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteGarnierite" />
</input>
<output>
<itemStack oreDictionary="crushedGarnierite" number="1" />
<itemStack oreDictionary="crushedGarnierite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteGlauconite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteGlauconite" />
</input>
<output>
<itemStack oreDictionary="crushedGlauconite" number="1" />
<itemStack oreDictionary="crushedGlauconite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteGlauconiteSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteGlauconiteSand" />
</input>
<output>
<itemStack oreDictionary="crushedGlauconiteSand" number="1" />
<itemStack oreDictionary="crushedGlauconiteSand" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteGold" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteGold" />
</input>
<output>
<itemStack oreDictionary="crushedGold" number="1" />
<itemStack oreDictionary="crushedGold" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteGraniticMineralSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteGraniticMineralSand" />
</input>
<output>
<itemStack oreDictionary="crushedGraniticMineralSand" number="1" />
<itemStack oreDictionary="crushedGraniticMineralSand" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteGraphite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteGraphite" />
</input>
<output>
<itemStack oreDictionary="crushedGraphite" number="1" />
<itemStack oreDictionary="crushedGraphite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteGreenSapphire" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteGreenSapphire" />
</input>
<output>
<itemStack oreDictionary="crushedGreenSapphire" number="1" />
<itemStack oreDictionary="crushedGreenSapphire" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteGrossular" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteGrossular" />
</input>
<output>
<itemStack oreDictionary="crushedGrossular" number="1" />
<itemStack oreDictionary="crushedGrossular" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteGypsum" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteGypsum" />
</input>
<output>
<itemStack oreDictionary="crushedGypsum" number="1" />
<itemStack oreDictionary="crushedGypsum" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteHolmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteHolmium" />
</input>
<output>
<itemStack oreDictionary="crushedHolmium" number="1" />
<itemStack oreDictionary="crushedHolmium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteIlmenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteIlmenite" />
</input>
<output>
<itemStack oreDictionary="crushedIlmenite" number="1" />
<itemStack oreDictionary="crushedIlmenite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteIndium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteIndium" />
</input>
<output>
<itemStack oreDictionary="crushedIndium" number="1" />
<itemStack oreDictionary="crushedIndium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteInfusedAir" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteInfusedAir" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedAir" number="1" />
<itemStack oreDictionary="crushedInfusedAir" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteInfusedEarth" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteInfusedEarth" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedEarth" number="1" />
<itemStack oreDictionary="crushedInfusedEarth" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteInfusedEntropy" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteInfusedEntropy" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedEntropy" number="1" />
<itemStack oreDictionary="crushedInfusedEntropy" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteInfusedFire" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteInfusedFire" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedFire" number="1" />
<itemStack oreDictionary="crushedInfusedFire" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteInfusedGold" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteInfusedGold" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedGold" number="1" />
<itemStack oreDictionary="crushedInfusedGold" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteInfusedOrder" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteInfusedOrder" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedOrder" number="1" />
<itemStack oreDictionary="crushedInfusedOrder" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteInfusedWater" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteInfusedWater" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedWater" number="1" />
<itemStack oreDictionary="crushedInfusedWater" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteIridium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteIridium" />
</input>
<output>
<itemStack oreDictionary="crushedIridium" number="1" />
<itemStack oreDictionary="crushedIridium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteIron" />
</input>
<output>
<itemStack oreDictionary="crushedIron" number="1" />
<itemStack oreDictionary="crushedIron" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteJade" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteJade" />
</input>
<output>
<itemStack oreDictionary="crushedJade" number="1" />
<itemStack oreDictionary="crushedJade" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteJasper" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteJasper" />
</input>
<output>
<itemStack oreDictionary="crushedJasper" number="1" />
<itemStack oreDictionary="crushedJasper" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteKaolinite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteKaolinite" />
</input>
<output>
<itemStack oreDictionary="crushedKaolinite" number="1" />
<itemStack oreDictionary="crushedKaolinite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteKyanite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteKyanite" />
</input>
<output>
<itemStack oreDictionary="crushedKyanite" number="1" />
<itemStack oreDictionary="crushedKyanite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteLanthanum" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteLanthanum" />
</input>
<output>
<itemStack oreDictionary="crushedLanthanum" number="1" />
<itemStack oreDictionary="crushedLanthanum" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteLapis" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteLapis" />
</input>
<output>
<itemStack oreDictionary="crushedLapis" number="1" />
<itemStack oreDictionary="crushedLapis" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteLazurite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteLazurite" />
</input>
<output>
<itemStack oreDictionary="crushedLazurite" number="1" />
<itemStack oreDictionary="crushedLazurite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteLead" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteLead" />
</input>
<output>
<itemStack oreDictionary="crushedLead" number="1" />
<itemStack oreDictionary="crushedLead" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteLepidolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteLepidolite" />
</input>
<output>
<itemStack oreDictionary="crushedLepidolite" number="1" />
<itemStack oreDictionary="crushedLepidolite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteLignite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteLignite" />
</input>
<output>
<itemStack oreDictionary="crushedLignite" number="1" />
<itemStack oreDictionary="crushedLignite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteLithium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteLithium" />
</input>
<output>
<itemStack oreDictionary="crushedLithium" number="1" />
<itemStack oreDictionary="crushedLithium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteLutetium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteLutetium" />
</input>
<output>
<itemStack oreDictionary="crushedLutetium" number="1" />
<itemStack oreDictionary="crushedLutetium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteMagnesite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteMagnesite" />
</input>
<output>
<itemStack oreDictionary="crushedMagnesite" number="1" />
<itemStack oreDictionary="crushedMagnesite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteMagnesium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteMagnesium" />
</input>
<output>
<itemStack oreDictionary="crushedMagnesium" number="1" />
<itemStack oreDictionary="crushedMagnesium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteMagnetite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteMagnetite" />
</input>
<output>
<itemStack oreDictionary="crushedMagnetite" number="1" />
<itemStack oreDictionary="crushedMagnetite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteMalachite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteMalachite" />
</input>
<output>
<itemStack oreDictionary="crushedMalachite" number="1" />
<itemStack oreDictionary="crushedMalachite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteManganese" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteManganese" />
</input>
<output>
<itemStack oreDictionary="crushedManganese" number="1" />
<itemStack oreDictionary="crushedManganese" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteMeteoricIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteMeteoricIron" />
</input>
<output>
<itemStack oreDictionary="crushedMeteoricIron" number="1" />
<itemStack oreDictionary="crushedMeteoricIron" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteMica" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteMica" />
</input>
<output>
<itemStack oreDictionary="crushedMica" number="1" />
<itemStack oreDictionary="crushedMica" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteMidasium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteMidasium" />
</input>
<output>
<itemStack oreDictionary="crushedMidasium" number="1" />
<itemStack oreDictionary="crushedMidasium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteMirabilite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteMirabilite" />
</input>
<output>
<itemStack oreDictionary="crushedMirabilite" number="1" />
<itemStack oreDictionary="crushedMirabilite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteMithril" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteMithril" />
</input>
<output>
<itemStack oreDictionary="crushedMithril" number="1" />
<itemStack oreDictionary="crushedMithril" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteMolybdenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteMolybdenite" />
</input>
<output>
<itemStack oreDictionary="crushedMolybdenite" number="1" />
<itemStack oreDictionary="crushedMolybdenite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteMolybdenum" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteMolybdenum" />
</input>
<output>
<itemStack oreDictionary="crushedMolybdenum" number="1" />
<itemStack oreDictionary="crushedMolybdenum" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteMonazite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteMonazite" />
</input>
<output>
<itemStack oreDictionary="crushedMonazite" number="1" />
<itemStack oreDictionary="crushedMonazite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteNaquadah" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteNaquadah" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadah" number="1" />
<itemStack oreDictionary="crushedNaquadah" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteNaquadahEnriched" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteNaquadahEnriched" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadahEnriched" number="1" />
<itemStack oreDictionary="crushedNaquadahEnriched" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteNaquadria" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteNaquadria" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadria" number="1" />
<itemStack oreDictionary="crushedNaquadria" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteNeodymium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteNeodymium" />
</input>
<output>
<itemStack oreDictionary="crushedNeodymium" number="1" />
<itemStack oreDictionary="crushedNeodymium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteNetherQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteNetherQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedNetherQuartz" number="1" />
<itemStack oreDictionary="crushedNetherQuartz" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteNeutronium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteNeutronium" />
</input>
<output>
<itemStack oreDictionary="crushedNeutronium" number="1" />
<itemStack oreDictionary="crushedNeutronium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteNickel" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteNickel" />
</input>
<output>
<itemStack oreDictionary="crushedNickel" number="1" />
<itemStack oreDictionary="crushedNickel" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteNikolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteNikolite" />
</input>
<output>
<itemStack oreDictionary="crushedNikolite" number="1" />
<itemStack oreDictionary="crushedNikolite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteNiobium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteNiobium" />
</input>
<output>
<itemStack oreDictionary="crushedNiobium" number="1" />
<itemStack oreDictionary="crushedNiobium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteNiter" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteNiter" />
</input>
<output>
<itemStack oreDictionary="crushedNiter" number="1" />
<itemStack oreDictionary="crushedNiter" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteOlivine" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteOlivine" />
</input>
<output>
<itemStack oreDictionary="crushedOlivine" number="1" />
<itemStack oreDictionary="crushedOlivine" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteOpal" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteOpal" />
</input>
<output>
<itemStack oreDictionary="crushedOpal" number="1" />
<itemStack oreDictionary="crushedOpal" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteOsmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteOsmium" />
</input>
<output>
<itemStack oreDictionary="crushedOsmium" number="1" />
<itemStack oreDictionary="crushedOsmium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgranitePalladium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgranitePalladium" />
</input>
<output>
<itemStack oreDictionary="crushedPalladium" number="1" />
<itemStack oreDictionary="crushedPalladium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgranitePentlandite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgranitePentlandite" />
</input>
<output>
<itemStack oreDictionary="crushedPentlandite" number="1" />
<itemStack oreDictionary="crushedPentlandite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgranitePerlite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgranitePerlite" />
</input>
<output>
<itemStack oreDictionary="crushedPerlite" number="1" />
<itemStack oreDictionary="crushedPerlite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgranitePhosphate" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgranitePhosphate" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphate" number="1" />
<itemStack oreDictionary="crushedPhosphate" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgranitePhosphor" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgranitePhosphor" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphor" number="1" />
<itemStack oreDictionary="crushedPhosphor" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgranitePhosphorus" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgranitePhosphorus" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphorus" number="1" />
<itemStack oreDictionary="crushedPhosphorus" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgranitePigIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgranitePigIron" />
</input>
<output>
<itemStack oreDictionary="crushedPigIron" number="1" />
<itemStack oreDictionary="crushedPigIron" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgranitePitchblende" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgranitePitchblende" />
</input>
<output>
<itemStack oreDictionary="crushedPitchblende" number="1" />
<itemStack oreDictionary="crushedPitchblende" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgranitePlatinum" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgranitePlatinum" />
</input>
<output>
<itemStack oreDictionary="crushedPlatinum" number="1" />
<itemStack oreDictionary="crushedPlatinum" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgranitePlutonium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgranitePlutonium" />
</input>
<output>
<itemStack oreDictionary="crushedPlutonium" number="1" />
<itemStack oreDictionary="crushedPlutonium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgranitePlutonium241" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgranitePlutonium241" />
</input>
<output>
<itemStack oreDictionary="crushedPlutonium241" number="1" />
<itemStack oreDictionary="crushedPlutonium241" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgranitePollucite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgranitePollucite" />
</input>
<output>
<itemStack oreDictionary="crushedPollucite" number="1" />
<itemStack oreDictionary="crushedPollucite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgranitePowellite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgranitePowellite" />
</input>
<output>
<itemStack oreDictionary="crushedPowellite" number="1" />
<itemStack oreDictionary="crushedPowellite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgranitePraseodymium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgranitePraseodymium" />
</input>
<output>
<itemStack oreDictionary="crushedPraseodymium" number="1" />
<itemStack oreDictionary="crushedPraseodymium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgranitePromethium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgranitePromethium" />
</input>
<output>
<itemStack oreDictionary="crushedPromethium" number="1" />
<itemStack oreDictionary="crushedPromethium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgranitePumice" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgranitePumice" />
</input>
<output>
<itemStack oreDictionary="crushedPumice" number="1" />
<itemStack oreDictionary="crushedPumice" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgranitePyrite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgranitePyrite" />
</input>
<output>
<itemStack oreDictionary="crushedPyrite" number="1" />
<itemStack oreDictionary="crushedPyrite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgranitePyrolusite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgranitePyrolusite" />
</input>
<output>
<itemStack oreDictionary="crushedPyrolusite" number="1" />
<itemStack oreDictionary="crushedPyrolusite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgranitePyrope" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgranitePyrope" />
</input>
<output>
<itemStack oreDictionary="crushedPyrope" number="1" />
<itemStack oreDictionary="crushedPyrope" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteQuartzite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteQuartzite" />
</input>
<output>
<itemStack oreDictionary="crushedQuartzite" number="1" />
<itemStack oreDictionary="crushedQuartzite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteQuartzSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteQuartzSand" />
</input>
<output>
<itemStack oreDictionary="crushedQuartzSand" number="1" />
<itemStack oreDictionary="crushedQuartzSand" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteRedstone" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteRedstone" />
</input>
<output>
<itemStack oreDictionary="crushedRedstone" number="1" />
<itemStack oreDictionary="crushedRedstone" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteRockSalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteRockSalt" />
</input>
<output>
<itemStack oreDictionary="crushedRockSalt" number="1" />
<itemStack oreDictionary="crushedRockSalt" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteRubidium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteRubidium" />
</input>
<output>
<itemStack oreDictionary="crushedRubidium" number="1" />
<itemStack oreDictionary="crushedRubidium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteRuby" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteRuby" />
</input>
<output>
<itemStack oreDictionary="crushedRuby" number="1" />
<itemStack oreDictionary="crushedRuby" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteSalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteSalt" />
</input>
<output>
<itemStack oreDictionary="crushedSalt" number="1" />
<itemStack oreDictionary="crushedSalt" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteSaltpeter" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteSaltpeter" />
</input>
<output>
<itemStack oreDictionary="crushedSaltpeter" number="1" />
<itemStack oreDictionary="crushedSaltpeter" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteSamarium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteSamarium" />
</input>
<output>
<itemStack oreDictionary="crushedSamarium" number="1" />
<itemStack oreDictionary="crushedSamarium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteSapphire" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteSapphire" />
</input>
<output>
<itemStack oreDictionary="crushedSapphire" number="1" />
<itemStack oreDictionary="crushedSapphire" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteScandium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteScandium" />
</input>
<output>
<itemStack oreDictionary="crushedScandium" number="1" />
<itemStack oreDictionary="crushedScandium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteScheelite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteScheelite" />
</input>
<output>
<itemStack oreDictionary="crushedScheelite" number="1" />
<itemStack oreDictionary="crushedScheelite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteShadowIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteShadowIron" />
</input>
<output>
<itemStack oreDictionary="crushedShadowIron" number="1" />
<itemStack oreDictionary="crushedShadowIron" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteSilicon" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteSilicon" />
</input>
<output>
<itemStack oreDictionary="crushedSilicon" number="1" />
<itemStack oreDictionary="crushedSilicon" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteSilver" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteSilver" />
</input>
<output>
<itemStack oreDictionary="crushedSilver" number="1" />
<itemStack oreDictionary="crushedSilver" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteSoapstone" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteSoapstone" />
</input>
<output>
<itemStack oreDictionary="crushedSoapstone" number="1" />
<itemStack oreDictionary="crushedSoapstone" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteSodalite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteSodalite" />
</input>
<output>
<itemStack oreDictionary="crushedSodalite" number="1" />
<itemStack oreDictionary="crushedSodalite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteSpessartine" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteSpessartine" />
</input>
<output>
<itemStack oreDictionary="crushedSpessartine" number="1" />
<itemStack oreDictionary="crushedSpessartine" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteSphalerite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteSphalerite" />
</input>
<output>
<itemStack oreDictionary="crushedSphalerite" number="1" />
<itemStack oreDictionary="crushedSphalerite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteSpodumene" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteSpodumene" />
</input>
<output>
<itemStack oreDictionary="crushedSpodumene" number="1" />
<itemStack oreDictionary="crushedSpodumene" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteStibnite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteStibnite" />
</input>
<output>
<itemStack oreDictionary="crushedStibnite" number="1" />
<itemStack oreDictionary="crushedStibnite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteStrontium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteStrontium" />
</input>
<output>
<itemStack oreDictionary="crushedStrontium" number="1" />
<itemStack oreDictionary="crushedStrontium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteSulfur" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteSulfur" />
</input>
<output>
<itemStack oreDictionary="crushedSulfur" number="1" />
<itemStack oreDictionary="crushedSulfur" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteTalc" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteTalc" />
</input>
<output>
<itemStack oreDictionary="crushedTalc" number="1" />
<itemStack oreDictionary="crushedTalc" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteTantalite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteTantalite" />
</input>
<output>
<itemStack oreDictionary="crushedTantalite" number="1" />
<itemStack oreDictionary="crushedTantalite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteTantalum" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteTantalum" />
</input>
<output>
<itemStack oreDictionary="crushedTantalum" number="1" />
<itemStack oreDictionary="crushedTantalum" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteTanzanite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteTanzanite" />
</input>
<output>
<itemStack oreDictionary="crushedTanzanite" number="1" />
<itemStack oreDictionary="crushedTanzanite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteTellurium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteTellurium" />
</input>
<output>
<itemStack oreDictionary="crushedTellurium" number="1" />
<itemStack oreDictionary="crushedTellurium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteTerbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteTerbium" />
</input>
<output>
<itemStack oreDictionary="crushedTerbium" number="1" />
<itemStack oreDictionary="crushedTerbium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteTetrahedrite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteTetrahedrite" />
</input>
<output>
<itemStack oreDictionary="crushedTetrahedrite" number="1" />
<itemStack oreDictionary="crushedTetrahedrite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteThorium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteThorium" />
</input>
<output>
<itemStack oreDictionary="crushedThorium" number="1" />
<itemStack oreDictionary="crushedThorium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteThulium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteThulium" />
</input>
<output>
<itemStack oreDictionary="crushedThulium" number="1" />
<itemStack oreDictionary="crushedThulium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteTin" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteTin" />
</input>
<output>
<itemStack oreDictionary="crushedTin" number="1" />
<itemStack oreDictionary="crushedTin" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteTitanium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteTitanium" />
</input>
<output>
<itemStack oreDictionary="crushedTitanium" number="1" />
<itemStack oreDictionary="crushedTitanium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteTopaz" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteTopaz" />
</input>
<output>
<itemStack oreDictionary="crushedTopaz" number="1" />
<itemStack oreDictionary="crushedTopaz" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteTrona" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteTrona" />
</input>
<output>
<itemStack oreDictionary="crushedTrona" number="1" />
<itemStack oreDictionary="crushedTrona" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteTungstate" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteTungstate" />
</input>
<output>
<itemStack oreDictionary="crushedTungstate" number="1" />
<itemStack oreDictionary="crushedTungstate" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteTungsten" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteTungsten" />
</input>
<output>
<itemStack oreDictionary="crushedTungsten" number="1" />
<itemStack oreDictionary="crushedTungsten" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteUraninite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteUraninite" />
</input>
<output>
<itemStack oreDictionary="crushedUraninite" number="1" />
<itemStack oreDictionary="crushedUraninite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteUranium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteUranium" />
</input>
<output>
<itemStack oreDictionary="crushedUranium" number="1" />
<itemStack oreDictionary="crushedUranium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteUranium235" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteUranium235" />
</input>
<output>
<itemStack oreDictionary="crushedUranium235" number="1" />
<itemStack oreDictionary="crushedUranium235" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteUvarovite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteUvarovite" />
</input>
<output>
<itemStack oreDictionary="crushedUvarovite" number="1" />
<itemStack oreDictionary="crushedUvarovite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteVanadium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteVanadium" />
</input>
<output>
<itemStack oreDictionary="crushedVanadium" number="1" />
<itemStack oreDictionary="crushedVanadium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteVanadiumMagnetite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteVanadiumMagnetite" />
</input>
<output>
<itemStack oreDictionary="crushedVanadiumMagnetite" number="1" />
<itemStack oreDictionary="crushedVanadiumMagnetite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteVermiculite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteVermiculite" />
</input>
<output>
<itemStack oreDictionary="crushedVermiculite" number="1" />
<itemStack oreDictionary="crushedVermiculite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteVinteum" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteVinteum" />
</input>
<output>
<itemStack oreDictionary="crushedVinteum" number="1" />
<itemStack oreDictionary="crushedVinteum" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteWollastonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteWollastonite" />
</input>
<output>
<itemStack oreDictionary="crushedWollastonite" number="1" />
<itemStack oreDictionary="crushedWollastonite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteWulfenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteWulfenite" />
</input>
<output>
<itemStack oreDictionary="crushedWulfenite" number="1" />
<itemStack oreDictionary="crushedWulfenite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteYellowLimonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteYellowLimonite" />
</input>
<output>
<itemStack oreDictionary="crushedYellowLimonite" number="1" />
<itemStack oreDictionary="crushedYellowLimonite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteYtterbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteYtterbium" />
</input>
<output>
<itemStack oreDictionary="crushedYtterbium" number="1" />
<itemStack oreDictionary="crushedYtterbium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteYttrium" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteYttrium" />
</input>
<output>
<itemStack oreDictionary="crushedYttrium" number="1" />
<itemStack oreDictionary="crushedYttrium" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteZeolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteZeolite" />
</input>
<output>
<itemStack oreDictionary="crushedZeolite" number="1" />
<itemStack oreDictionary="crushedZeolite" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreRedgraniteZinc" energyCost="3600">
<input>
<itemStack oreDictionary="oreRedgraniteZinc" />
</input>
<output>
<itemStack oreDictionary="crushedZinc" number="1" />
<itemStack oreDictionary="crushedZinc" chance="0.5" />
<itemStack oreDictionary="dustGraniteRed" chance="0.5" />
</output>
</recipe>
<!-- End of red-graniteOres -->
<!-- Crush marbleOres -->
<recipe name="CrushoreRedgraniteAdamantium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleAdamantium" />
</input>
<output>
<itemStack oreDictionary="crushedAdamantium" number="1" />
<itemStack oreDictionary="crushedAdamantium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleAlmandine" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleAlmandine" />
</input>
<output>
<itemStack oreDictionary="crushedAlmandine" number="1" />
<itemStack oreDictionary="crushedAlmandine" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleAluminium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleAluminium" />
</input>
<output>
<itemStack oreDictionary="crushedAluminium" number="1" />
<itemStack oreDictionary="crushedAluminium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleAlunite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleAlunite" />
</input>
<output>
<itemStack oreDictionary="crushedAlunite" number="1" />
<itemStack oreDictionary="crushedAlunite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleAmber" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleAmber" />
</input>
<output>
<itemStack oreDictionary="crushedAmber" number="1" />
<itemStack oreDictionary="crushedAmber" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleAmericium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleAmericium" />
</input>
<output>
<itemStack oreDictionary="crushedAmericium" number="1" />
<itemStack oreDictionary="crushedAmericium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleAmethyst" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleAmethyst" />
</input>
<output>
<itemStack oreDictionary="crushedAmethyst" number="1" />
<itemStack oreDictionary="crushedAmethyst" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleAndradite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleAndradite" />
</input>
<output>
<itemStack oreDictionary="crushedAndradite" number="1" />
<itemStack oreDictionary="crushedAndradite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleAntimony" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleAntimony" />
</input>
<output>
<itemStack oreDictionary="crushedAntimony" number="1" />
<itemStack oreDictionary="crushedAntimony" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleApatite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleApatite" />
</input>
<output>
<itemStack oreDictionary="crushedApatite" number="1" />
<itemStack oreDictionary="crushedApatite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleAsbestos" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleAsbestos" />
</input>
<output>
<itemStack oreDictionary="crushedAsbestos" number="1" />
<itemStack oreDictionary="crushedAsbestos" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleAstralSilver" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleAstralSilver" />
</input>
<output>
<itemStack oreDictionary="crushedAstralSilver" number="1" />
<itemStack oreDictionary="crushedAstralSilver" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleBandedIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleBandedIron" />
</input>
<output>
<itemStack oreDictionary="crushedBandedIron" number="1" />
<itemStack oreDictionary="crushedBandedIron" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleBarite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleBarite" />
</input>
<output>
<itemStack oreDictionary="crushedBarite" number="1" />
<itemStack oreDictionary="crushedBarite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleBarium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleBarium" />
</input>
<output>
<itemStack oreDictionary="crushedBarium" number="1" />
<itemStack oreDictionary="crushedBarium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleBasalticMineralSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleBasalticMineralSand" />
</input>
<output>
<itemStack oreDictionary="crushedBasalticMineralSand" number="1" />
<itemStack oreDictionary="crushedBasalticMineralSand" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleBastnasite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleBastnasite" />
</input>
<output>
<itemStack oreDictionary="crushedBastnasite" number="1" />
<itemStack oreDictionary="crushedBastnasite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleBauxite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleBauxite" />
</input>
<output>
<itemStack oreDictionary="crushedBauxite" number="1" />
<itemStack oreDictionary="crushedBauxite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleBentonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleBentonite" />
</input>
<output>
<itemStack oreDictionary="crushedBentonite" number="1" />
<itemStack oreDictionary="crushedBentonite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleBeryllium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleBeryllium" />
</input>
<output>
<itemStack oreDictionary="crushedBeryllium" number="1" />
<itemStack oreDictionary="crushedBeryllium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleBismuth" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleBismuth" />
</input>
<output>
<itemStack oreDictionary="crushedBismuth" number="1" />
<itemStack oreDictionary="crushedBismuth" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleBlueTopaz" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleBlueTopaz" />
</input>
<output>
<itemStack oreDictionary="crushedBlueTopaz" number="1" />
<itemStack oreDictionary="crushedBlueTopaz" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleBorax" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleBorax" />
</input>
<output>
<itemStack oreDictionary="crushedBorax" number="1" />
<itemStack oreDictionary="crushedBorax" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleBoron" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleBoron" />
</input>
<output>
<itemStack oreDictionary="crushedBoron" number="1" />
<itemStack oreDictionary="crushedBoron" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleBrownLimonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleBrownLimonite" />
</input>
<output>
<itemStack oreDictionary="crushedBrownLimonite" number="1" />
<itemStack oreDictionary="crushedBrownLimonite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleCadmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleCadmium" />
</input>
<output>
<itemStack oreDictionary="crushedCadmium" number="1" />
<itemStack oreDictionary="crushedCadmium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleCaesium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleCaesium" />
</input>
<output>
<itemStack oreDictionary="crushedCaesium" number="1" />
<itemStack oreDictionary="crushedCaesium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleCalcite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleCalcite" />
</input>
<output>
<itemStack oreDictionary="crushedCalcite" number="1" />
<itemStack oreDictionary="crushedCalcite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleCassiterite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleCassiterite" />
</input>
<output>
<itemStack oreDictionary="crushedCassiterite" number="1" />
<itemStack oreDictionary="crushedCassiterite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleCassiteriteSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleCassiteriteSand" />
</input>
<output>
<itemStack oreDictionary="crushedCassiteriteSand" number="1" />
<itemStack oreDictionary="crushedCassiteriteSand" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleCelestine" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleCelestine" />
</input>
<output>
<itemStack oreDictionary="crushedCelestine" number="1" />
<itemStack oreDictionary="crushedCelestine" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleCerium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleCerium" />
</input>
<output>
<itemStack oreDictionary="crushedCerium" number="1" />
<itemStack oreDictionary="crushedCerium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleCertusQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleCertusQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedCertusQuartz" number="1" />
<itemStack oreDictionary="crushedCertusQuartz" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleChalcopyrite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleChalcopyrite" />
</input>
<output>
<itemStack oreDictionary="crushedChalcopyrite" number="1" />
<itemStack oreDictionary="crushedChalcopyrite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleChargedCertusQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleChargedCertusQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedChargedCertusQuartz" number="1" />
<itemStack oreDictionary="crushedChargedCertusQuartz" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleCheese" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleCheese" />
</input>
<output>
<itemStack oreDictionary="crushedCheese" number="1" />
<itemStack oreDictionary="crushedCheese" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleChrome" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleChrome" />
</input>
<output>
<itemStack oreDictionary="crushedChrome" number="1" />
<itemStack oreDictionary="crushedChrome" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleChromite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleChromite" />
</input>
<output>
<itemStack oreDictionary="crushedChromite" number="1" />
<itemStack oreDictionary="crushedChromite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleChrysotile" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleChrysotile" />
</input>
<output>
<itemStack oreDictionary="crushedChrysotile" number="1" />
<itemStack oreDictionary="crushedChrysotile" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleCinnabar" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleCinnabar" />
</input>
<output>
<itemStack oreDictionary="crushedCinnabar" number="1" />
<itemStack oreDictionary="crushedCinnabar" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleCoal" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleCoal" />
</input>
<output>
<itemStack oreDictionary="crushedCoal" number="1" />
<itemStack oreDictionary="crushedCoal" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleCobalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleCobalt" />
</input>
<output>
<itemStack oreDictionary="crushedCobalt" number="1" />
<itemStack oreDictionary="crushedCobalt" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleCobaltite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleCobaltite" />
</input>
<output>
<itemStack oreDictionary="crushedCobaltite" number="1" />
<itemStack oreDictionary="crushedCobaltite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleCooperite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleCooperite" />
</input>
<output>
<itemStack oreDictionary="crushedCooperite" number="1" />
<itemStack oreDictionary="crushedCooperite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleCopper" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleCopper" />
</input>
<output>
<itemStack oreDictionary="crushedCopper" number="1" />
<itemStack oreDictionary="crushedCopper" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleDarkIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleDarkIron" />
</input>
<output>
<itemStack oreDictionary="crushedDarkIron" number="1" />
<itemStack oreDictionary="crushedDarkIron" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleDeepIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleDeepIron" />
</input>
<output>
<itemStack oreDictionary="crushedDeepIron" number="1" />
<itemStack oreDictionary="crushedDeepIron" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleDesh" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleDesh" />
</input>
<output>
<itemStack oreDictionary="crushedDesh" number="1" />
<itemStack oreDictionary="crushedDesh" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleDiamond" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleDiamond" />
</input>
<output>
<itemStack oreDictionary="crushedDiamond" number="1" />
<itemStack oreDictionary="crushedDiamond" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleDiatomite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleDiatomite" />
</input>
<output>
<itemStack oreDictionary="crushedDiatomite" number="1" />
<itemStack oreDictionary="crushedDiatomite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleDilithium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleDilithium" />
</input>
<output>
<itemStack oreDictionary="crushedDilithium" number="1" />
<itemStack oreDictionary="crushedDilithium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleDolomite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleDolomite" />
</input>
<output>
<itemStack oreDictionary="crushedDolomite" number="1" />
<itemStack oreDictionary="crushedDolomite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleDysprosium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleDysprosium" />
</input>
<output>
<itemStack oreDictionary="crushedDysprosium" number="1" />
<itemStack oreDictionary="crushedDysprosium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleElectrum" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleElectrum" />
</input>
<output>
<itemStack oreDictionary="crushedElectrum" number="1" />
<itemStack oreDictionary="crushedElectrum" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleEmerald" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleEmerald" />
</input>
<output>
<itemStack oreDictionary="crushedEmerald" number="1" />
<itemStack oreDictionary="crushedEmerald" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleEmery" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleEmery" />
</input>
<output>
<itemStack oreDictionary="crushedEmery" number="1" />
<itemStack oreDictionary="crushedEmery" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleErbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleErbium" />
</input>
<output>
<itemStack oreDictionary="crushedErbium" number="1" />
<itemStack oreDictionary="crushedErbium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleEuropium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleEuropium" />
</input>
<output>
<itemStack oreDictionary="crushedEuropium" number="1" />
<itemStack oreDictionary="crushedEuropium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleFirestone" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleFirestone" />
</input>
<output>
<itemStack oreDictionary="crushedFirestone" number="1" />
<itemStack oreDictionary="crushedFirestone" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleFoolsRuby" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleFoolsRuby" />
</input>
<output>
<itemStack oreDictionary="crushedFoolsRuby" number="1" />
<itemStack oreDictionary="crushedFoolsRuby" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleForce" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleForce" />
</input>
<output>
<itemStack oreDictionary="crushedForce" number="1" />
<itemStack oreDictionary="crushedForce" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleForcicium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleForcicium" />
</input>
<output>
<itemStack oreDictionary="crushedForcicium" number="1" />
<itemStack oreDictionary="crushedForcicium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleForcillium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleForcillium" />
</input>
<output>
<itemStack oreDictionary="crushedForcillium" number="1" />
<itemStack oreDictionary="crushedForcillium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleFullersEarth" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleFullersEarth" />
</input>
<output>
<itemStack oreDictionary="crushedFullersEarth" number="1" />
<itemStack oreDictionary="crushedFullersEarth" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleGadolinium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleGadolinium" />
</input>
<output>
<itemStack oreDictionary="crushedGadolinium" number="1" />
<itemStack oreDictionary="crushedGadolinium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleGalena" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleGalena" />
</input>
<output>
<itemStack oreDictionary="crushedGalena" number="1" />
<itemStack oreDictionary="crushedGalena" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleGallium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleGallium" />
</input>
<output>
<itemStack oreDictionary="crushedGallium" number="1" />
<itemStack oreDictionary="crushedGallium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleGarnetRed" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleGarnetRed" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetRed" number="1" />
<itemStack oreDictionary="crushedGarnetRed" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleGarnetSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleGarnetSand" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetSand" number="1" />
<itemStack oreDictionary="crushedGarnetSand" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleGarnetYellow" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleGarnetYellow" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetYellow" number="1" />
<itemStack oreDictionary="crushedGarnetYellow" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleGarnierite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleGarnierite" />
</input>
<output>
<itemStack oreDictionary="crushedGarnierite" number="1" />
<itemStack oreDictionary="crushedGarnierite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleGlauconite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleGlauconite" />
</input>
<output>
<itemStack oreDictionary="crushedGlauconite" number="1" />
<itemStack oreDictionary="crushedGlauconite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleGlauconiteSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleGlauconiteSand" />
</input>
<output>
<itemStack oreDictionary="crushedGlauconiteSand" number="1" />
<itemStack oreDictionary="crushedGlauconiteSand" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleGold" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleGold" />
</input>
<output>
<itemStack oreDictionary="crushedGold" number="1" />
<itemStack oreDictionary="crushedGold" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleGraniticMineralSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleGraniticMineralSand" />
</input>
<output>
<itemStack oreDictionary="crushedGraniticMineralSand" number="1" />
<itemStack oreDictionary="crushedGraniticMineralSand" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleGraphite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleGraphite" />
</input>
<output>
<itemStack oreDictionary="crushedGraphite" number="1" />
<itemStack oreDictionary="crushedGraphite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleGreenSapphire" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleGreenSapphire" />
</input>
<output>
<itemStack oreDictionary="crushedGreenSapphire" number="1" />
<itemStack oreDictionary="crushedGreenSapphire" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleGrossular" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleGrossular" />
</input>
<output>
<itemStack oreDictionary="crushedGrossular" number="1" />
<itemStack oreDictionary="crushedGrossular" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleGypsum" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleGypsum" />
</input>
<output>
<itemStack oreDictionary="crushedGypsum" number="1" />
<itemStack oreDictionary="crushedGypsum" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleHolmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleHolmium" />
</input>
<output>
<itemStack oreDictionary="crushedHolmium" number="1" />
<itemStack oreDictionary="crushedHolmium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleIlmenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleIlmenite" />
</input>
<output>
<itemStack oreDictionary="crushedIlmenite" number="1" />
<itemStack oreDictionary="crushedIlmenite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleIndium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleIndium" />
</input>
<output>
<itemStack oreDictionary="crushedIndium" number="1" />
<itemStack oreDictionary="crushedIndium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleInfusedAir" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleInfusedAir" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedAir" number="1" />
<itemStack oreDictionary="crushedInfusedAir" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleInfusedEarth" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleInfusedEarth" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedEarth" number="1" />
<itemStack oreDictionary="crushedInfusedEarth" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleInfusedEntropy" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleInfusedEntropy" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedEntropy" number="1" />
<itemStack oreDictionary="crushedInfusedEntropy" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleInfusedFire" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleInfusedFire" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedFire" number="1" />
<itemStack oreDictionary="crushedInfusedFire" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleInfusedGold" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleInfusedGold" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedGold" number="1" />
<itemStack oreDictionary="crushedInfusedGold" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleInfusedOrder" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleInfusedOrder" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedOrder" number="1" />
<itemStack oreDictionary="crushedInfusedOrder" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleInfusedWater" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleInfusedWater" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedWater" number="1" />
<itemStack oreDictionary="crushedInfusedWater" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleIridium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleIridium" />
</input>
<output>
<itemStack oreDictionary="crushedIridium" number="1" />
<itemStack oreDictionary="crushedIridium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleIron" />
</input>
<output>
<itemStack oreDictionary="crushedIron" number="1" />
<itemStack oreDictionary="crushedIron" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleJade" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleJade" />
</input>
<output>
<itemStack oreDictionary="crushedJade" number="1" />
<itemStack oreDictionary="crushedJade" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleJasper" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleJasper" />
</input>
<output>
<itemStack oreDictionary="crushedJasper" number="1" />
<itemStack oreDictionary="crushedJasper" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleKaolinite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleKaolinite" />
</input>
<output>
<itemStack oreDictionary="crushedKaolinite" number="1" />
<itemStack oreDictionary="crushedKaolinite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleKyanite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleKyanite" />
</input>
<output>
<itemStack oreDictionary="crushedKyanite" number="1" />
<itemStack oreDictionary="crushedKyanite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleLanthanum" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleLanthanum" />
</input>
<output>
<itemStack oreDictionary="crushedLanthanum" number="1" />
<itemStack oreDictionary="crushedLanthanum" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleLapis" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleLapis" />
</input>
<output>
<itemStack oreDictionary="crushedLapis" number="1" />
<itemStack oreDictionary="crushedLapis" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleLazurite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleLazurite" />
</input>
<output>
<itemStack oreDictionary="crushedLazurite" number="1" />
<itemStack oreDictionary="crushedLazurite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleLead" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleLead" />
</input>
<output>
<itemStack oreDictionary="crushedLead" number="1" />
<itemStack oreDictionary="crushedLead" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleLepidolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleLepidolite" />
</input>
<output>
<itemStack oreDictionary="crushedLepidolite" number="1" />
<itemStack oreDictionary="crushedLepidolite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleLignite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleLignite" />
</input>
<output>
<itemStack oreDictionary="crushedLignite" number="1" />
<itemStack oreDictionary="crushedLignite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleLithium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleLithium" />
</input>
<output>
<itemStack oreDictionary="crushedLithium" number="1" />
<itemStack oreDictionary="crushedLithium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleLutetium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleLutetium" />
</input>
<output>
<itemStack oreDictionary="crushedLutetium" number="1" />
<itemStack oreDictionary="crushedLutetium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleMagnesite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleMagnesite" />
</input>
<output>
<itemStack oreDictionary="crushedMagnesite" number="1" />
<itemStack oreDictionary="crushedMagnesite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleMagnesium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleMagnesium" />
</input>
<output>
<itemStack oreDictionary="crushedMagnesium" number="1" />
<itemStack oreDictionary="crushedMagnesium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleMagnetite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleMagnetite" />
</input>
<output>
<itemStack oreDictionary="crushedMagnetite" number="1" />
<itemStack oreDictionary="crushedMagnetite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleMalachite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleMalachite" />
</input>
<output>
<itemStack oreDictionary="crushedMalachite" number="1" />
<itemStack oreDictionary="crushedMalachite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleManganese" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleManganese" />
</input>
<output>
<itemStack oreDictionary="crushedManganese" number="1" />
<itemStack oreDictionary="crushedManganese" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleMeteoricIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleMeteoricIron" />
</input>
<output>
<itemStack oreDictionary="crushedMeteoricIron" number="1" />
<itemStack oreDictionary="crushedMeteoricIron" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleMica" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleMica" />
</input>
<output>
<itemStack oreDictionary="crushedMica" number="1" />
<itemStack oreDictionary="crushedMica" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleMidasium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleMidasium" />
</input>
<output>
<itemStack oreDictionary="crushedMidasium" number="1" />
<itemStack oreDictionary="crushedMidasium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleMirabilite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleMirabilite" />
</input>
<output>
<itemStack oreDictionary="crushedMirabilite" number="1" />
<itemStack oreDictionary="crushedMirabilite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleMithril" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleMithril" />
</input>
<output>
<itemStack oreDictionary="crushedMithril" number="1" />
<itemStack oreDictionary="crushedMithril" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleMolybdenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleMolybdenite" />
</input>
<output>
<itemStack oreDictionary="crushedMolybdenite" number="1" />
<itemStack oreDictionary="crushedMolybdenite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleMolybdenum" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleMolybdenum" />
</input>
<output>
<itemStack oreDictionary="crushedMolybdenum" number="1" />
<itemStack oreDictionary="crushedMolybdenum" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleMonazite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleMonazite" />
</input>
<output>
<itemStack oreDictionary="crushedMonazite" number="1" />
<itemStack oreDictionary="crushedMonazite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleNaquadah" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleNaquadah" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadah" number="1" />
<itemStack oreDictionary="crushedNaquadah" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleNaquadahEnriched" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleNaquadahEnriched" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadahEnriched" number="1" />
<itemStack oreDictionary="crushedNaquadahEnriched" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleNaquadria" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleNaquadria" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadria" number="1" />
<itemStack oreDictionary="crushedNaquadria" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleNeodymium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleNeodymium" />
</input>
<output>
<itemStack oreDictionary="crushedNeodymium" number="1" />
<itemStack oreDictionary="crushedNeodymium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleNetherQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleNetherQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedNetherQuartz" number="1" />
<itemStack oreDictionary="crushedNetherQuartz" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleNeutronium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleNeutronium" />
</input>
<output>
<itemStack oreDictionary="crushedNeutronium" number="1" />
<itemStack oreDictionary="crushedNeutronium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleNickel" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleNickel" />
</input>
<output>
<itemStack oreDictionary="crushedNickel" number="1" />
<itemStack oreDictionary="crushedNickel" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleNikolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleNikolite" />
</input>
<output>
<itemStack oreDictionary="crushedNikolite" number="1" />
<itemStack oreDictionary="crushedNikolite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleNiobium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleNiobium" />
</input>
<output>
<itemStack oreDictionary="crushedNiobium" number="1" />
<itemStack oreDictionary="crushedNiobium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleNiter" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleNiter" />
</input>
<output>
<itemStack oreDictionary="crushedNiter" number="1" />
<itemStack oreDictionary="crushedNiter" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleOlivine" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleOlivine" />
</input>
<output>
<itemStack oreDictionary="crushedOlivine" number="1" />
<itemStack oreDictionary="crushedOlivine" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleOpal" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleOpal" />
</input>
<output>
<itemStack oreDictionary="crushedOpal" number="1" />
<itemStack oreDictionary="crushedOpal" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleOsmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleOsmium" />
</input>
<output>
<itemStack oreDictionary="crushedOsmium" number="1" />
<itemStack oreDictionary="crushedOsmium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarblePalladium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarblePalladium" />
</input>
<output>
<itemStack oreDictionary="crushedPalladium" number="1" />
<itemStack oreDictionary="crushedPalladium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarblePentlandite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarblePentlandite" />
</input>
<output>
<itemStack oreDictionary="crushedPentlandite" number="1" />
<itemStack oreDictionary="crushedPentlandite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarblePerlite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarblePerlite" />
</input>
<output>
<itemStack oreDictionary="crushedPerlite" number="1" />
<itemStack oreDictionary="crushedPerlite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarblePhosphate" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarblePhosphate" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphate" number="1" />
<itemStack oreDictionary="crushedPhosphate" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarblePhosphor" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarblePhosphor" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphor" number="1" />
<itemStack oreDictionary="crushedPhosphor" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarblePhosphorus" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarblePhosphorus" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphorus" number="1" />
<itemStack oreDictionary="crushedPhosphorus" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarblePigIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarblePigIron" />
</input>
<output>
<itemStack oreDictionary="crushedPigIron" number="1" />
<itemStack oreDictionary="crushedPigIron" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarblePitchblende" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarblePitchblende" />
</input>
<output>
<itemStack oreDictionary="crushedPitchblende" number="1" />
<itemStack oreDictionary="crushedPitchblende" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarblePlatinum" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarblePlatinum" />
</input>
<output>
<itemStack oreDictionary="crushedPlatinum" number="1" />
<itemStack oreDictionary="crushedPlatinum" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarblePlutonium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarblePlutonium" />
</input>
<output>
<itemStack oreDictionary="crushedPlutonium" number="1" />
<itemStack oreDictionary="crushedPlutonium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarblePlutonium241" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarblePlutonium241" />
</input>
<output>
<itemStack oreDictionary="crushedPlutonium241" number="1" />
<itemStack oreDictionary="crushedPlutonium241" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarblePollucite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarblePollucite" />
</input>
<output>
<itemStack oreDictionary="crushedPollucite" number="1" />
<itemStack oreDictionary="crushedPollucite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarblePowellite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarblePowellite" />
</input>
<output>
<itemStack oreDictionary="crushedPowellite" number="1" />
<itemStack oreDictionary="crushedPowellite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarblePraseodymium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarblePraseodymium" />
</input>
<output>
<itemStack oreDictionary="crushedPraseodymium" number="1" />
<itemStack oreDictionary="crushedPraseodymium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarblePromethium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarblePromethium" />
</input>
<output>
<itemStack oreDictionary="crushedPromethium" number="1" />
<itemStack oreDictionary="crushedPromethium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarblePumice" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarblePumice" />
</input>
<output>
<itemStack oreDictionary="crushedPumice" number="1" />
<itemStack oreDictionary="crushedPumice" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarblePyrite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarblePyrite" />
</input>
<output>
<itemStack oreDictionary="crushedPyrite" number="1" />
<itemStack oreDictionary="crushedPyrite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarblePyrolusite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarblePyrolusite" />
</input>
<output>
<itemStack oreDictionary="crushedPyrolusite" number="1" />
<itemStack oreDictionary="crushedPyrolusite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarblePyrope" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarblePyrope" />
</input>
<output>
<itemStack oreDictionary="crushedPyrope" number="1" />
<itemStack oreDictionary="crushedPyrope" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleQuartzite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleQuartzite" />
</input>
<output>
<itemStack oreDictionary="crushedQuartzite" number="1" />
<itemStack oreDictionary="crushedQuartzite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleQuartzSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleQuartzSand" />
</input>
<output>
<itemStack oreDictionary="crushedQuartzSand" number="1" />
<itemStack oreDictionary="crushedQuartzSand" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleRedstone" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleRedstone" />
</input>
<output>
<itemStack oreDictionary="crushedRedstone" number="1" />
<itemStack oreDictionary="crushedRedstone" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleRockSalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleRockSalt" />
</input>
<output>
<itemStack oreDictionary="crushedRockSalt" number="1" />
<itemStack oreDictionary="crushedRockSalt" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleRubidium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleRubidium" />
</input>
<output>
<itemStack oreDictionary="crushedRubidium" number="1" />
<itemStack oreDictionary="crushedRubidium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleRuby" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleRuby" />
</input>
<output>
<itemStack oreDictionary="crushedRuby" number="1" />
<itemStack oreDictionary="crushedRuby" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleSalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleSalt" />
</input>
<output>
<itemStack oreDictionary="crushedSalt" number="1" />
<itemStack oreDictionary="crushedSalt" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleSaltpeter" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleSaltpeter" />
</input>
<output>
<itemStack oreDictionary="crushedSaltpeter" number="1" />
<itemStack oreDictionary="crushedSaltpeter" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleSamarium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleSamarium" />
</input>
<output>
<itemStack oreDictionary="crushedSamarium" number="1" />
<itemStack oreDictionary="crushedSamarium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleSapphire" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleSapphire" />
</input>
<output>
<itemStack oreDictionary="crushedSapphire" number="1" />
<itemStack oreDictionary="crushedSapphire" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleScandium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleScandium" />
</input>
<output>
<itemStack oreDictionary="crushedScandium" number="1" />
<itemStack oreDictionary="crushedScandium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleScheelite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleScheelite" />
</input>
<output>
<itemStack oreDictionary="crushedScheelite" number="1" />
<itemStack oreDictionary="crushedScheelite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleShadowIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleShadowIron" />
</input>
<output>
<itemStack oreDictionary="crushedShadowIron" number="1" />
<itemStack oreDictionary="crushedShadowIron" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleSilicon" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleSilicon" />
</input>
<output>
<itemStack oreDictionary="crushedSilicon" number="1" />
<itemStack oreDictionary="crushedSilicon" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleSilver" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleSilver" />
</input>
<output>
<itemStack oreDictionary="crushedSilver" number="1" />
<itemStack oreDictionary="crushedSilver" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleSoapstone" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleSoapstone" />
</input>
<output>
<itemStack oreDictionary="crushedSoapstone" number="1" />
<itemStack oreDictionary="crushedSoapstone" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleSodalite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleSodalite" />
</input>
<output>
<itemStack oreDictionary="crushedSodalite" number="1" />
<itemStack oreDictionary="crushedSodalite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleSpessartine" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleSpessartine" />
</input>
<output>
<itemStack oreDictionary="crushedSpessartine" number="1" />
<itemStack oreDictionary="crushedSpessartine" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleSphalerite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleSphalerite" />
</input>
<output>
<itemStack oreDictionary="crushedSphalerite" number="1" />
<itemStack oreDictionary="crushedSphalerite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleSpodumene" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleSpodumene" />
</input>
<output>
<itemStack oreDictionary="crushedSpodumene" number="1" />
<itemStack oreDictionary="crushedSpodumene" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleStibnite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleStibnite" />
</input>
<output>
<itemStack oreDictionary="crushedStibnite" number="1" />
<itemStack oreDictionary="crushedStibnite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleStrontium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleStrontium" />
</input>
<output>
<itemStack oreDictionary="crushedStrontium" number="1" />
<itemStack oreDictionary="crushedStrontium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleSulfur" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleSulfur" />
</input>
<output>
<itemStack oreDictionary="crushedSulfur" number="1" />
<itemStack oreDictionary="crushedSulfur" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleTalc" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleTalc" />
</input>
<output>
<itemStack oreDictionary="crushedTalc" number="1" />
<itemStack oreDictionary="crushedTalc" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleTantalite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleTantalite" />
</input>
<output>
<itemStack oreDictionary="crushedTantalite" number="1" />
<itemStack oreDictionary="crushedTantalite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleTantalum" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleTantalum" />
</input>
<output>
<itemStack oreDictionary="crushedTantalum" number="1" />
<itemStack oreDictionary="crushedTantalum" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleTanzanite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleTanzanite" />
</input>
<output>
<itemStack oreDictionary="crushedTanzanite" number="1" />
<itemStack oreDictionary="crushedTanzanite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleTellurium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleTellurium" />
</input>
<output>
<itemStack oreDictionary="crushedTellurium" number="1" />
<itemStack oreDictionary="crushedTellurium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleTerbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleTerbium" />
</input>
<output>
<itemStack oreDictionary="crushedTerbium" number="1" />
<itemStack oreDictionary="crushedTerbium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleTetrahedrite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleTetrahedrite" />
</input>
<output>
<itemStack oreDictionary="crushedTetrahedrite" number="1" />
<itemStack oreDictionary="crushedTetrahedrite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleThorium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleThorium" />
</input>
<output>
<itemStack oreDictionary="crushedThorium" number="1" />
<itemStack oreDictionary="crushedThorium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleThulium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleThulium" />
</input>
<output>
<itemStack oreDictionary="crushedThulium" number="1" />
<itemStack oreDictionary="crushedThulium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleTin" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleTin" />
</input>
<output>
<itemStack oreDictionary="crushedTin" number="1" />
<itemStack oreDictionary="crushedTin" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleTitanium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleTitanium" />
</input>
<output>
<itemStack oreDictionary="crushedTitanium" number="1" />
<itemStack oreDictionary="crushedTitanium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleTopaz" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleTopaz" />
</input>
<output>
<itemStack oreDictionary="crushedTopaz" number="1" />
<itemStack oreDictionary="crushedTopaz" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleTrona" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleTrona" />
</input>
<output>
<itemStack oreDictionary="crushedTrona" number="1" />
<itemStack oreDictionary="crushedTrona" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleTungstate" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleTungstate" />
</input>
<output>
<itemStack oreDictionary="crushedTungstate" number="1" />
<itemStack oreDictionary="crushedTungstate" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleTungsten" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleTungsten" />
</input>
<output>
<itemStack oreDictionary="crushedTungsten" number="1" />
<itemStack oreDictionary="crushedTungsten" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleUraninite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleUraninite" />
</input>
<output>
<itemStack oreDictionary="crushedUraninite" number="1" />
<itemStack oreDictionary="crushedUraninite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleUranium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleUranium" />
</input>
<output>
<itemStack oreDictionary="crushedUranium" number="1" />
<itemStack oreDictionary="crushedUranium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleUranium235" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleUranium235" />
</input>
<output>
<itemStack oreDictionary="crushedUranium235" number="1" />
<itemStack oreDictionary="crushedUranium235" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleUvarovite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleUvarovite" />
</input>
<output>
<itemStack oreDictionary="crushedUvarovite" number="1" />
<itemStack oreDictionary="crushedUvarovite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleVanadium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleVanadium" />
</input>
<output>
<itemStack oreDictionary="crushedVanadium" number="1" />
<itemStack oreDictionary="crushedVanadium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleVanadiumMagnetite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleVanadiumMagnetite" />
</input>
<output>
<itemStack oreDictionary="crushedVanadiumMagnetite" number="1" />
<itemStack oreDictionary="crushedVanadiumMagnetite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleVermiculite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleVermiculite" />
</input>
<output>
<itemStack oreDictionary="crushedVermiculite" number="1" />
<itemStack oreDictionary="crushedVermiculite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleVinteum" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleVinteum" />
</input>
<output>
<itemStack oreDictionary="crushedVinteum" number="1" />
<itemStack oreDictionary="crushedVinteum" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleWollastonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleWollastonite" />
</input>
<output>
<itemStack oreDictionary="crushedWollastonite" number="1" />
<itemStack oreDictionary="crushedWollastonite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleWulfenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleWulfenite" />
</input>
<output>
<itemStack oreDictionary="crushedWulfenite" number="1" />
<itemStack oreDictionary="crushedWulfenite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleYellowLimonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleYellowLimonite" />
</input>
<output>
<itemStack oreDictionary="crushedYellowLimonite" number="1" />
<itemStack oreDictionary="crushedYellowLimonite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleYtterbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleYtterbium" />
</input>
<output>
<itemStack oreDictionary="crushedYtterbium" number="1" />
<itemStack oreDictionary="crushedYtterbium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleYttrium" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleYttrium" />
</input>
<output>
<itemStack oreDictionary="crushedYttrium" number="1" />
<itemStack oreDictionary="crushedYttrium" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleZeolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleZeolite" />
</input>
<output>
<itemStack oreDictionary="crushedZeolite" number="1" />
<itemStack oreDictionary="crushedZeolite" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreMarbleZinc" energyCost="3600">
<input>
<itemStack oreDictionary="oreMarbleZinc" />
</input>
<output>
<itemStack oreDictionary="crushedZinc" number="1" />
<itemStack oreDictionary="crushedZinc" chance="0.5" />
<itemStack oreDictionary="dustMarble" chance="0.5" />
</output>
</recipe>
<!-- End of marbleOres -->
<!-- Crush basaltOres -->
<recipe name="CrushoreRedgraniteAdamantium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltAdamantium" />
</input>
<output>
<itemStack oreDictionary="crushedAdamantium" number="1" />
<itemStack oreDictionary="crushedAdamantium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltAlmandine" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltAlmandine" />
</input>
<output>
<itemStack oreDictionary="crushedAlmandine" number="1" />
<itemStack oreDictionary="crushedAlmandine" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltAluminium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltAluminium" />
</input>
<output>
<itemStack oreDictionary="crushedAluminium" number="1" />
<itemStack oreDictionary="crushedAluminium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltAlunite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltAlunite" />
</input>
<output>
<itemStack oreDictionary="crushedAlunite" number="1" />
<itemStack oreDictionary="crushedAlunite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltAmber" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltAmber" />
</input>
<output>
<itemStack oreDictionary="crushedAmber" number="1" />
<itemStack oreDictionary="crushedAmber" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltAmericium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltAmericium" />
</input>
<output>
<itemStack oreDictionary="crushedAmericium" number="1" />
<itemStack oreDictionary="crushedAmericium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltAmethyst" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltAmethyst" />
</input>
<output>
<itemStack oreDictionary="crushedAmethyst" number="1" />
<itemStack oreDictionary="crushedAmethyst" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltAndradite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltAndradite" />
</input>
<output>
<itemStack oreDictionary="crushedAndradite" number="1" />
<itemStack oreDictionary="crushedAndradite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltAntimony" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltAntimony" />
</input>
<output>
<itemStack oreDictionary="crushedAntimony" number="1" />
<itemStack oreDictionary="crushedAntimony" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltApatite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltApatite" />
</input>
<output>
<itemStack oreDictionary="crushedApatite" number="1" />
<itemStack oreDictionary="crushedApatite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltAsbestos" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltAsbestos" />
</input>
<output>
<itemStack oreDictionary="crushedAsbestos" number="1" />
<itemStack oreDictionary="crushedAsbestos" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltAstralSilver" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltAstralSilver" />
</input>
<output>
<itemStack oreDictionary="crushedAstralSilver" number="1" />
<itemStack oreDictionary="crushedAstralSilver" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltBandedIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltBandedIron" />
</input>
<output>
<itemStack oreDictionary="crushedBandedIron" number="1" />
<itemStack oreDictionary="crushedBandedIron" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltBarite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltBarite" />
</input>
<output>
<itemStack oreDictionary="crushedBarite" number="1" />
<itemStack oreDictionary="crushedBarite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltBarium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltBarium" />
</input>
<output>
<itemStack oreDictionary="crushedBarium" number="1" />
<itemStack oreDictionary="crushedBarium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltBasalticMineralSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltBasalticMineralSand" />
</input>
<output>
<itemStack oreDictionary="crushedBasalticMineralSand" number="1" />
<itemStack oreDictionary="crushedBasalticMineralSand" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltBastnasite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltBastnasite" />
</input>
<output>
<itemStack oreDictionary="crushedBastnasite" number="1" />
<itemStack oreDictionary="crushedBastnasite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltBauxite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltBauxite" />
</input>
<output>
<itemStack oreDictionary="crushedBauxite" number="1" />
<itemStack oreDictionary="crushedBauxite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltBentonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltBentonite" />
</input>
<output>
<itemStack oreDictionary="crushedBentonite" number="1" />
<itemStack oreDictionary="crushedBentonite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltBeryllium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltBeryllium" />
</input>
<output>
<itemStack oreDictionary="crushedBeryllium" number="1" />
<itemStack oreDictionary="crushedBeryllium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltBismuth" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltBismuth" />
</input>
<output>
<itemStack oreDictionary="crushedBismuth" number="1" />
<itemStack oreDictionary="crushedBismuth" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltBlueTopaz" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltBlueTopaz" />
</input>
<output>
<itemStack oreDictionary="crushedBlueTopaz" number="1" />
<itemStack oreDictionary="crushedBlueTopaz" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltBorax" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltBorax" />
</input>
<output>
<itemStack oreDictionary="crushedBorax" number="1" />
<itemStack oreDictionary="crushedBorax" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltBoron" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltBoron" />
</input>
<output>
<itemStack oreDictionary="crushedBoron" number="1" />
<itemStack oreDictionary="crushedBoron" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltBrownLimonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltBrownLimonite" />
</input>
<output>
<itemStack oreDictionary="crushedBrownLimonite" number="1" />
<itemStack oreDictionary="crushedBrownLimonite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltCadmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltCadmium" />
</input>
<output>
<itemStack oreDictionary="crushedCadmium" number="1" />
<itemStack oreDictionary="crushedCadmium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltCaesium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltCaesium" />
</input>
<output>
<itemStack oreDictionary="crushedCaesium" number="1" />
<itemStack oreDictionary="crushedCaesium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltCalcite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltCalcite" />
</input>
<output>
<itemStack oreDictionary="crushedCalcite" number="1" />
<itemStack oreDictionary="crushedCalcite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltCassiterite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltCassiterite" />
</input>
<output>
<itemStack oreDictionary="crushedCassiterite" number="1" />
<itemStack oreDictionary="crushedCassiterite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltCassiteriteSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltCassiteriteSand" />
</input>
<output>
<itemStack oreDictionary="crushedCassiteriteSand" number="1" />
<itemStack oreDictionary="crushedCassiteriteSand" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltCelestine" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltCelestine" />
</input>
<output>
<itemStack oreDictionary="crushedCelestine" number="1" />
<itemStack oreDictionary="crushedCelestine" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltCerium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltCerium" />
</input>
<output>
<itemStack oreDictionary="crushedCerium" number="1" />
<itemStack oreDictionary="crushedCerium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltCertusQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltCertusQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedCertusQuartz" number="1" />
<itemStack oreDictionary="crushedCertusQuartz" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltChalcopyrite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltChalcopyrite" />
</input>
<output>
<itemStack oreDictionary="crushedChalcopyrite" number="1" />
<itemStack oreDictionary="crushedChalcopyrite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltChargedCertusQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltChargedCertusQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedChargedCertusQuartz" number="1" />
<itemStack oreDictionary="crushedChargedCertusQuartz" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltCheese" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltCheese" />
</input>
<output>
<itemStack oreDictionary="crushedCheese" number="1" />
<itemStack oreDictionary="crushedCheese" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltChrome" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltChrome" />
</input>
<output>
<itemStack oreDictionary="crushedChrome" number="1" />
<itemStack oreDictionary="crushedChrome" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltChromite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltChromite" />
</input>
<output>
<itemStack oreDictionary="crushedChromite" number="1" />
<itemStack oreDictionary="crushedChromite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltChrysotile" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltChrysotile" />
</input>
<output>
<itemStack oreDictionary="crushedChrysotile" number="1" />
<itemStack oreDictionary="crushedChrysotile" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltCinnabar" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltCinnabar" />
</input>
<output>
<itemStack oreDictionary="crushedCinnabar" number="1" />
<itemStack oreDictionary="crushedCinnabar" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltCoal" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltCoal" />
</input>
<output>
<itemStack oreDictionary="crushedCoal" number="1" />
<itemStack oreDictionary="crushedCoal" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltCobalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltCobalt" />
</input>
<output>
<itemStack oreDictionary="crushedCobalt" number="1" />
<itemStack oreDictionary="crushedCobalt" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltCobaltite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltCobaltite" />
</input>
<output>
<itemStack oreDictionary="crushedCobaltite" number="1" />
<itemStack oreDictionary="crushedCobaltite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltCooperite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltCooperite" />
</input>
<output>
<itemStack oreDictionary="crushedCooperite" number="1" />
<itemStack oreDictionary="crushedCooperite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltCopper" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltCopper" />
</input>
<output>
<itemStack oreDictionary="crushedCopper" number="1" />
<itemStack oreDictionary="crushedCopper" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltDarkIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltDarkIron" />
</input>
<output>
<itemStack oreDictionary="crushedDarkIron" number="1" />
<itemStack oreDictionary="crushedDarkIron" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltDeepIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltDeepIron" />
</input>
<output>
<itemStack oreDictionary="crushedDeepIron" number="1" />
<itemStack oreDictionary="crushedDeepIron" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltDesh" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltDesh" />
</input>
<output>
<itemStack oreDictionary="crushedDesh" number="1" />
<itemStack oreDictionary="crushedDesh" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltDiamond" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltDiamond" />
</input>
<output>
<itemStack oreDictionary="crushedDiamond" number="1" />
<itemStack oreDictionary="crushedDiamond" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltDiatomite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltDiatomite" />
</input>
<output>
<itemStack oreDictionary="crushedDiatomite" number="1" />
<itemStack oreDictionary="crushedDiatomite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltDilithium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltDilithium" />
</input>
<output>
<itemStack oreDictionary="crushedDilithium" number="1" />
<itemStack oreDictionary="crushedDilithium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltDolomite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltDolomite" />
</input>
<output>
<itemStack oreDictionary="crushedDolomite" number="1" />
<itemStack oreDictionary="crushedDolomite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltDysprosium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltDysprosium" />
</input>
<output>
<itemStack oreDictionary="crushedDysprosium" number="1" />
<itemStack oreDictionary="crushedDysprosium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltElectrum" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltElectrum" />
</input>
<output>
<itemStack oreDictionary="crushedElectrum" number="1" />
<itemStack oreDictionary="crushedElectrum" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltEmerald" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltEmerald" />
</input>
<output>
<itemStack oreDictionary="crushedEmerald" number="1" />
<itemStack oreDictionary="crushedEmerald" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltEmery" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltEmery" />
</input>
<output>
<itemStack oreDictionary="crushedEmery" number="1" />
<itemStack oreDictionary="crushedEmery" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltErbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltErbium" />
</input>
<output>
<itemStack oreDictionary="crushedErbium" number="1" />
<itemStack oreDictionary="crushedErbium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltEuropium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltEuropium" />
</input>
<output>
<itemStack oreDictionary="crushedEuropium" number="1" />
<itemStack oreDictionary="crushedEuropium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltFirestone" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltFirestone" />
</input>
<output>
<itemStack oreDictionary="crushedFirestone" number="1" />
<itemStack oreDictionary="crushedFirestone" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltFoolsRuby" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltFoolsRuby" />
</input>
<output>
<itemStack oreDictionary="crushedFoolsRuby" number="1" />
<itemStack oreDictionary="crushedFoolsRuby" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltForce" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltForce" />
</input>
<output>
<itemStack oreDictionary="crushedForce" number="1" />
<itemStack oreDictionary="crushedForce" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltForcicium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltForcicium" />
</input>
<output>
<itemStack oreDictionary="crushedForcicium" number="1" />
<itemStack oreDictionary="crushedForcicium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltForcillium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltForcillium" />
</input>
<output>
<itemStack oreDictionary="crushedForcillium" number="1" />
<itemStack oreDictionary="crushedForcillium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltFullersEarth" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltFullersEarth" />
</input>
<output>
<itemStack oreDictionary="crushedFullersEarth" number="1" />
<itemStack oreDictionary="crushedFullersEarth" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltGadolinium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltGadolinium" />
</input>
<output>
<itemStack oreDictionary="crushedGadolinium" number="1" />
<itemStack oreDictionary="crushedGadolinium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltGalena" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltGalena" />
</input>
<output>
<itemStack oreDictionary="crushedGalena" number="1" />
<itemStack oreDictionary="crushedGalena" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltGallium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltGallium" />
</input>
<output>
<itemStack oreDictionary="crushedGallium" number="1" />
<itemStack oreDictionary="crushedGallium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltGarnetRed" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltGarnetRed" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetRed" number="1" />
<itemStack oreDictionary="crushedGarnetRed" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltGarnetSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltGarnetSand" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetSand" number="1" />
<itemStack oreDictionary="crushedGarnetSand" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltGarnetYellow" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltGarnetYellow" />
</input>
<output>
<itemStack oreDictionary="crushedGarnetYellow" number="1" />
<itemStack oreDictionary="crushedGarnetYellow" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltGarnierite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltGarnierite" />
</input>
<output>
<itemStack oreDictionary="crushedGarnierite" number="1" />
<itemStack oreDictionary="crushedGarnierite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltGlauconite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltGlauconite" />
</input>
<output>
<itemStack oreDictionary="crushedGlauconite" number="1" />
<itemStack oreDictionary="crushedGlauconite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltGlauconiteSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltGlauconiteSand" />
</input>
<output>
<itemStack oreDictionary="crushedGlauconiteSand" number="1" />
<itemStack oreDictionary="crushedGlauconiteSand" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltGold" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltGold" />
</input>
<output>
<itemStack oreDictionary="crushedGold" number="1" />
<itemStack oreDictionary="crushedGold" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltGraniticMineralSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltGraniticMineralSand" />
</input>
<output>
<itemStack oreDictionary="crushedGraniticMineralSand" number="1" />
<itemStack oreDictionary="crushedGraniticMineralSand" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltGraphite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltGraphite" />
</input>
<output>
<itemStack oreDictionary="crushedGraphite" number="1" />
<itemStack oreDictionary="crushedGraphite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltGreenSapphire" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltGreenSapphire" />
</input>
<output>
<itemStack oreDictionary="crushedGreenSapphire" number="1" />
<itemStack oreDictionary="crushedGreenSapphire" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltGrossular" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltGrossular" />
</input>
<output>
<itemStack oreDictionary="crushedGrossular" number="1" />
<itemStack oreDictionary="crushedGrossular" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltGypsum" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltGypsum" />
</input>
<output>
<itemStack oreDictionary="crushedGypsum" number="1" />
<itemStack oreDictionary="crushedGypsum" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltHolmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltHolmium" />
</input>
<output>
<itemStack oreDictionary="crushedHolmium" number="1" />
<itemStack oreDictionary="crushedHolmium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltIlmenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltIlmenite" />
</input>
<output>
<itemStack oreDictionary="crushedIlmenite" number="1" />
<itemStack oreDictionary="crushedIlmenite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltIndium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltIndium" />
</input>
<output>
<itemStack oreDictionary="crushedIndium" number="1" />
<itemStack oreDictionary="crushedIndium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltInfusedAir" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltInfusedAir" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedAir" number="1" />
<itemStack oreDictionary="crushedInfusedAir" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltInfusedEarth" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltInfusedEarth" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedEarth" number="1" />
<itemStack oreDictionary="crushedInfusedEarth" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltInfusedEntropy" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltInfusedEntropy" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedEntropy" number="1" />
<itemStack oreDictionary="crushedInfusedEntropy" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltInfusedFire" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltInfusedFire" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedFire" number="1" />
<itemStack oreDictionary="crushedInfusedFire" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltInfusedGold" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltInfusedGold" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedGold" number="1" />
<itemStack oreDictionary="crushedInfusedGold" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltInfusedOrder" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltInfusedOrder" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedOrder" number="1" />
<itemStack oreDictionary="crushedInfusedOrder" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltInfusedWater" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltInfusedWater" />
</input>
<output>
<itemStack oreDictionary="crushedInfusedWater" number="1" />
<itemStack oreDictionary="crushedInfusedWater" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltIridium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltIridium" />
</input>
<output>
<itemStack oreDictionary="crushedIridium" number="1" />
<itemStack oreDictionary="crushedIridium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltIron" />
</input>
<output>
<itemStack oreDictionary="crushedIron" number="1" />
<itemStack oreDictionary="crushedIron" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltJade" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltJade" />
</input>
<output>
<itemStack oreDictionary="crushedJade" number="1" />
<itemStack oreDictionary="crushedJade" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltJasper" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltJasper" />
</input>
<output>
<itemStack oreDictionary="crushedJasper" number="1" />
<itemStack oreDictionary="crushedJasper" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltKaolinite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltKaolinite" />
</input>
<output>
<itemStack oreDictionary="crushedKaolinite" number="1" />
<itemStack oreDictionary="crushedKaolinite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltKyanite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltKyanite" />
</input>
<output>
<itemStack oreDictionary="crushedKyanite" number="1" />
<itemStack oreDictionary="crushedKyanite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltLanthanum" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltLanthanum" />
</input>
<output>
<itemStack oreDictionary="crushedLanthanum" number="1" />
<itemStack oreDictionary="crushedLanthanum" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltLapis" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltLapis" />
</input>
<output>
<itemStack oreDictionary="crushedLapis" number="1" />
<itemStack oreDictionary="crushedLapis" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltLazurite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltLazurite" />
</input>
<output>
<itemStack oreDictionary="crushedLazurite" number="1" />
<itemStack oreDictionary="crushedLazurite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltLead" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltLead" />
</input>
<output>
<itemStack oreDictionary="crushedLead" number="1" />
<itemStack oreDictionary="crushedLead" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltLepidolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltLepidolite" />
</input>
<output>
<itemStack oreDictionary="crushedLepidolite" number="1" />
<itemStack oreDictionary="crushedLepidolite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltLignite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltLignite" />
</input>
<output>
<itemStack oreDictionary="crushedLignite" number="1" />
<itemStack oreDictionary="crushedLignite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltLithium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltLithium" />
</input>
<output>
<itemStack oreDictionary="crushedLithium" number="1" />
<itemStack oreDictionary="crushedLithium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltLutetium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltLutetium" />
</input>
<output>
<itemStack oreDictionary="crushedLutetium" number="1" />
<itemStack oreDictionary="crushedLutetium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltMagnesite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltMagnesite" />
</input>
<output>
<itemStack oreDictionary="crushedMagnesite" number="1" />
<itemStack oreDictionary="crushedMagnesite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltMagnesium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltMagnesium" />
</input>
<output>
<itemStack oreDictionary="crushedMagnesium" number="1" />
<itemStack oreDictionary="crushedMagnesium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltMagnetite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltMagnetite" />
</input>
<output>
<itemStack oreDictionary="crushedMagnetite" number="1" />
<itemStack oreDictionary="crushedMagnetite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltMalachite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltMalachite" />
</input>
<output>
<itemStack oreDictionary="crushedMalachite" number="1" />
<itemStack oreDictionary="crushedMalachite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltManganese" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltManganese" />
</input>
<output>
<itemStack oreDictionary="crushedManganese" number="1" />
<itemStack oreDictionary="crushedManganese" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltMeteoricIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltMeteoricIron" />
</input>
<output>
<itemStack oreDictionary="crushedMeteoricIron" number="1" />
<itemStack oreDictionary="crushedMeteoricIron" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltMica" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltMica" />
</input>
<output>
<itemStack oreDictionary="crushedMica" number="1" />
<itemStack oreDictionary="crushedMica" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltMidasium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltMidasium" />
</input>
<output>
<itemStack oreDictionary="crushedMidasium" number="1" />
<itemStack oreDictionary="crushedMidasium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltMirabilite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltMirabilite" />
</input>
<output>
<itemStack oreDictionary="crushedMirabilite" number="1" />
<itemStack oreDictionary="crushedMirabilite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltMithril" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltMithril" />
</input>
<output>
<itemStack oreDictionary="crushedMithril" number="1" />
<itemStack oreDictionary="crushedMithril" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltMolybdenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltMolybdenite" />
</input>
<output>
<itemStack oreDictionary="crushedMolybdenite" number="1" />
<itemStack oreDictionary="crushedMolybdenite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltMolybdenum" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltMolybdenum" />
</input>
<output>
<itemStack oreDictionary="crushedMolybdenum" number="1" />
<itemStack oreDictionary="crushedMolybdenum" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltMonazite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltMonazite" />
</input>
<output>
<itemStack oreDictionary="crushedMonazite" number="1" />
<itemStack oreDictionary="crushedMonazite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltNaquadah" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltNaquadah" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadah" number="1" />
<itemStack oreDictionary="crushedNaquadah" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltNaquadahEnriched" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltNaquadahEnriched" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadahEnriched" number="1" />
<itemStack oreDictionary="crushedNaquadahEnriched" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltNaquadria" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltNaquadria" />
</input>
<output>
<itemStack oreDictionary="crushedNaquadria" number="1" />
<itemStack oreDictionary="crushedNaquadria" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltNeodymium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltNeodymium" />
</input>
<output>
<itemStack oreDictionary="crushedNeodymium" number="1" />
<itemStack oreDictionary="crushedNeodymium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltNetherQuartz" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltNetherQuartz" />
</input>
<output>
<itemStack oreDictionary="crushedNetherQuartz" number="1" />
<itemStack oreDictionary="crushedNetherQuartz" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltNeutronium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltNeutronium" />
</input>
<output>
<itemStack oreDictionary="crushedNeutronium" number="1" />
<itemStack oreDictionary="crushedNeutronium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltNickel" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltNickel" />
</input>
<output>
<itemStack oreDictionary="crushedNickel" number="1" />
<itemStack oreDictionary="crushedNickel" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltNikolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltNikolite" />
</input>
<output>
<itemStack oreDictionary="crushedNikolite" number="1" />
<itemStack oreDictionary="crushedNikolite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltNiobium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltNiobium" />
</input>
<output>
<itemStack oreDictionary="crushedNiobium" number="1" />
<itemStack oreDictionary="crushedNiobium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltNiter" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltNiter" />
</input>
<output>
<itemStack oreDictionary="crushedNiter" number="1" />
<itemStack oreDictionary="crushedNiter" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltOlivine" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltOlivine" />
</input>
<output>
<itemStack oreDictionary="crushedOlivine" number="1" />
<itemStack oreDictionary="crushedOlivine" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltOpal" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltOpal" />
</input>
<output>
<itemStack oreDictionary="crushedOpal" number="1" />
<itemStack oreDictionary="crushedOpal" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltOsmium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltOsmium" />
</input>
<output>
<itemStack oreDictionary="crushedOsmium" number="1" />
<itemStack oreDictionary="crushedOsmium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltPalladium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltPalladium" />
</input>
<output>
<itemStack oreDictionary="crushedPalladium" number="1" />
<itemStack oreDictionary="crushedPalladium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltPentlandite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltPentlandite" />
</input>
<output>
<itemStack oreDictionary="crushedPentlandite" number="1" />
<itemStack oreDictionary="crushedPentlandite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltPerlite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltPerlite" />
</input>
<output>
<itemStack oreDictionary="crushedPerlite" number="1" />
<itemStack oreDictionary="crushedPerlite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltPhosphate" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltPhosphate" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphate" number="1" />
<itemStack oreDictionary="crushedPhosphate" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltPhosphor" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltPhosphor" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphor" number="1" />
<itemStack oreDictionary="crushedPhosphor" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltPhosphorus" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltPhosphorus" />
</input>
<output>
<itemStack oreDictionary="crushedPhosphorus" number="1" />
<itemStack oreDictionary="crushedPhosphorus" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltPigIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltPigIron" />
</input>
<output>
<itemStack oreDictionary="crushedPigIron" number="1" />
<itemStack oreDictionary="crushedPigIron" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltPitchblende" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltPitchblende" />
</input>
<output>
<itemStack oreDictionary="crushedPitchblende" number="1" />
<itemStack oreDictionary="crushedPitchblende" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltPlatinum" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltPlatinum" />
</input>
<output>
<itemStack oreDictionary="crushedPlatinum" number="1" />
<itemStack oreDictionary="crushedPlatinum" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltPlutonium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltPlutonium" />
</input>
<output>
<itemStack oreDictionary="crushedPlutonium" number="1" />
<itemStack oreDictionary="crushedPlutonium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltPlutonium241" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltPlutonium241" />
</input>
<output>
<itemStack oreDictionary="crushedPlutonium241" number="1" />
<itemStack oreDictionary="crushedPlutonium241" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltPollucite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltPollucite" />
</input>
<output>
<itemStack oreDictionary="crushedPollucite" number="1" />
<itemStack oreDictionary="crushedPollucite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltPowellite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltPowellite" />
</input>
<output>
<itemStack oreDictionary="crushedPowellite" number="1" />
<itemStack oreDictionary="crushedPowellite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltPraseodymium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltPraseodymium" />
</input>
<output>
<itemStack oreDictionary="crushedPraseodymium" number="1" />
<itemStack oreDictionary="crushedPraseodymium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltPromethium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltPromethium" />
</input>
<output>
<itemStack oreDictionary="crushedPromethium" number="1" />
<itemStack oreDictionary="crushedPromethium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltPumice" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltPumice" />
</input>
<output>
<itemStack oreDictionary="crushedPumice" number="1" />
<itemStack oreDictionary="crushedPumice" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltPyrite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltPyrite" />
</input>
<output>
<itemStack oreDictionary="crushedPyrite" number="1" />
<itemStack oreDictionary="crushedPyrite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltPyrolusite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltPyrolusite" />
</input>
<output>
<itemStack oreDictionary="crushedPyrolusite" number="1" />
<itemStack oreDictionary="crushedPyrolusite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltPyrope" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltPyrope" />
</input>
<output>
<itemStack oreDictionary="crushedPyrope" number="1" />
<itemStack oreDictionary="crushedPyrope" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltQuartzite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltQuartzite" />
</input>
<output>
<itemStack oreDictionary="crushedQuartzite" number="1" />
<itemStack oreDictionary="crushedQuartzite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltQuartzSand" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltQuartzSand" />
</input>
<output>
<itemStack oreDictionary="crushedQuartzSand" number="1" />
<itemStack oreDictionary="crushedQuartzSand" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltRedstone" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltRedstone" />
</input>
<output>
<itemStack oreDictionary="crushedRedstone" number="1" />
<itemStack oreDictionary="crushedRedstone" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltRockSalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltRockSalt" />
</input>
<output>
<itemStack oreDictionary="crushedRockSalt" number="1" />
<itemStack oreDictionary="crushedRockSalt" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltRubidium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltRubidium" />
</input>
<output>
<itemStack oreDictionary="crushedRubidium" number="1" />
<itemStack oreDictionary="crushedRubidium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltRuby" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltRuby" />
</input>
<output>
<itemStack oreDictionary="crushedRuby" number="1" />
<itemStack oreDictionary="crushedRuby" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltSalt" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltSalt" />
</input>
<output>
<itemStack oreDictionary="crushedSalt" number="1" />
<itemStack oreDictionary="crushedSalt" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltSaltpeter" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltSaltpeter" />
</input>
<output>
<itemStack oreDictionary="crushedSaltpeter" number="1" />
<itemStack oreDictionary="crushedSaltpeter" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltSamarium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltSamarium" />
</input>
<output>
<itemStack oreDictionary="crushedSamarium" number="1" />
<itemStack oreDictionary="crushedSamarium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltSapphire" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltSapphire" />
</input>
<output>
<itemStack oreDictionary="crushedSapphire" number="1" />
<itemStack oreDictionary="crushedSapphire" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltScandium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltScandium" />
</input>
<output>
<itemStack oreDictionary="crushedScandium" number="1" />
<itemStack oreDictionary="crushedScandium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltScheelite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltScheelite" />
</input>
<output>
<itemStack oreDictionary="crushedScheelite" number="1" />
<itemStack oreDictionary="crushedScheelite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltShadowIron" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltShadowIron" />
</input>
<output>
<itemStack oreDictionary="crushedShadowIron" number="1" />
<itemStack oreDictionary="crushedShadowIron" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltSilicon" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltSilicon" />
</input>
<output>
<itemStack oreDictionary="crushedSilicon" number="1" />
<itemStack oreDictionary="crushedSilicon" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltSilver" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltSilver" />
</input>
<output>
<itemStack oreDictionary="crushedSilver" number="1" />
<itemStack oreDictionary="crushedSilver" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltSoapstone" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltSoapstone" />
</input>
<output>
<itemStack oreDictionary="crushedSoapstone" number="1" />
<itemStack oreDictionary="crushedSoapstone" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltSodalite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltSodalite" />
</input>
<output>
<itemStack oreDictionary="crushedSodalite" number="1" />
<itemStack oreDictionary="crushedSodalite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltSpessartine" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltSpessartine" />
</input>
<output>
<itemStack oreDictionary="crushedSpessartine" number="1" />
<itemStack oreDictionary="crushedSpessartine" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltSphalerite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltSphalerite" />
</input>
<output>
<itemStack oreDictionary="crushedSphalerite" number="1" />
<itemStack oreDictionary="crushedSphalerite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltSpodumene" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltSpodumene" />
</input>
<output>
<itemStack oreDictionary="crushedSpodumene" number="1" />
<itemStack oreDictionary="crushedSpodumene" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltStibnite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltStibnite" />
</input>
<output>
<itemStack oreDictionary="crushedStibnite" number="1" />
<itemStack oreDictionary="crushedStibnite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltStrontium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltStrontium" />
</input>
<output>
<itemStack oreDictionary="crushedStrontium" number="1" />
<itemStack oreDictionary="crushedStrontium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltSulfur" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltSulfur" />
</input>
<output>
<itemStack oreDictionary="crushedSulfur" number="1" />
<itemStack oreDictionary="crushedSulfur" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltTalc" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltTalc" />
</input>
<output>
<itemStack oreDictionary="crushedTalc" number="1" />
<itemStack oreDictionary="crushedTalc" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltTantalite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltTantalite" />
</input>
<output>
<itemStack oreDictionary="crushedTantalite" number="1" />
<itemStack oreDictionary="crushedTantalite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltTantalum" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltTantalum" />
</input>
<output>
<itemStack oreDictionary="crushedTantalum" number="1" />
<itemStack oreDictionary="crushedTantalum" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltTanzanite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltTanzanite" />
</input>
<output>
<itemStack oreDictionary="crushedTanzanite" number="1" />
<itemStack oreDictionary="crushedTanzanite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltTellurium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltTellurium" />
</input>
<output>
<itemStack oreDictionary="crushedTellurium" number="1" />
<itemStack oreDictionary="crushedTellurium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltTerbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltTerbium" />
</input>
<output>
<itemStack oreDictionary="crushedTerbium" number="1" />
<itemStack oreDictionary="crushedTerbium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltTetrahedrite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltTetrahedrite" />
</input>
<output>
<itemStack oreDictionary="crushedTetrahedrite" number="1" />
<itemStack oreDictionary="crushedTetrahedrite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltThorium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltThorium" />
</input>
<output>
<itemStack oreDictionary="crushedThorium" number="1" />
<itemStack oreDictionary="crushedThorium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltThulium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltThulium" />
</input>
<output>
<itemStack oreDictionary="crushedThulium" number="1" />
<itemStack oreDictionary="crushedThulium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltTin" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltTin" />
</input>
<output>
<itemStack oreDictionary="crushedTin" number="1" />
<itemStack oreDictionary="crushedTin" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltTitanium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltTitanium" />
</input>
<output>
<itemStack oreDictionary="crushedTitanium" number="1" />
<itemStack oreDictionary="crushedTitanium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltTopaz" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltTopaz" />
</input>
<output>
<itemStack oreDictionary="crushedTopaz" number="1" />
<itemStack oreDictionary="crushedTopaz" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltTrona" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltTrona" />
</input>
<output>
<itemStack oreDictionary="crushedTrona" number="1" />
<itemStack oreDictionary="crushedTrona" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltTungstate" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltTungstate" />
</input>
<output>
<itemStack oreDictionary="crushedTungstate" number="1" />
<itemStack oreDictionary="crushedTungstate" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltTungsten" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltTungsten" />
</input>
<output>
<itemStack oreDictionary="crushedTungsten" number="1" />
<itemStack oreDictionary="crushedTungsten" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltUraninite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltUraninite" />
</input>
<output>
<itemStack oreDictionary="crushedUraninite" number="1" />
<itemStack oreDictionary="crushedUraninite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltUranium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltUranium" />
</input>
<output>
<itemStack oreDictionary="crushedUranium" number="1" />
<itemStack oreDictionary="crushedUranium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltUranium235" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltUranium235" />
</input>
<output>
<itemStack oreDictionary="crushedUranium235" number="1" />
<itemStack oreDictionary="crushedUranium235" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltUvarovite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltUvarovite" />
</input>
<output>
<itemStack oreDictionary="crushedUvarovite" number="1" />
<itemStack oreDictionary="crushedUvarovite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltVanadium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltVanadium" />
</input>
<output>
<itemStack oreDictionary="crushedVanadium" number="1" />
<itemStack oreDictionary="crushedVanadium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltVanadiumMagnetite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltVanadiumMagnetite" />
</input>
<output>
<itemStack oreDictionary="crushedVanadiumMagnetite" number="1" />
<itemStack oreDictionary="crushedVanadiumMagnetite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltVermiculite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltVermiculite" />
</input>
<output>
<itemStack oreDictionary="crushedVermiculite" number="1" />
<itemStack oreDictionary="crushedVermiculite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltVinteum" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltVinteum" />
</input>
<output>
<itemStack oreDictionary="crushedVinteum" number="1" />
<itemStack oreDictionary="crushedVinteum" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltWollastonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltWollastonite" />
</input>
<output>
<itemStack oreDictionary="crushedWollastonite" number="1" />
<itemStack oreDictionary="crushedWollastonite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltWulfenite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltWulfenite" />
</input>
<output>
<itemStack oreDictionary="crushedWulfenite" number="1" />
<itemStack oreDictionary="crushedWulfenite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltYellowLimonite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltYellowLimonite" />
</input>
<output>
<itemStack oreDictionary="crushedYellowLimonite" number="1" />
<itemStack oreDictionary="crushedYellowLimonite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltYtterbium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltYtterbium" />
</input>
<output>
<itemStack oreDictionary="crushedYtterbium" number="1" />
<itemStack oreDictionary="crushedYtterbium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltYttrium" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltYttrium" />
</input>
<output>
<itemStack oreDictionary="crushedYttrium" number="1" />
<itemStack oreDictionary="crushedYttrium" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltZeolite" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltZeolite" />
</input>
<output>
<itemStack oreDictionary="crushedZeolite" number="1" />
<itemStack oreDictionary="crushedZeolite" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<recipe name="CrushoreBasaltZinc" energyCost="3600">
<input>
<itemStack oreDictionary="oreBasaltZinc" />
</input>
<output>
<itemStack oreDictionary="crushedZinc" number="1" />
<itemStack oreDictionary="crushedZinc" chance="0.5" />
<itemStack oreDictionary="dustBasalt" chance="0.5" />
</output>
</recipe>
<!-- End of basaltOres -->
<recipe name="CornMeal" energyCost="3600">
<input>
<itemStack oreDictionary="cropCorn" />
</input>
<output>
<itemStack oreDictionary="foodCornmeal" number="1" />
<itemStack oreDictionary="foodCornmeal" chance="0.5" />
</output>
</recipe>
<recipe name="WroughtIronIngot" energyCost="2400" >
<input>
<itemStack oreDictionary="ingotWroughtIron" />
</input>
<output>
<itemStack oreDictionary="dustWroughtIron" number="1" />
</output>
</recipe>
</recipeGroup>
<grindingBalls>
<!-- Flint lasts longer, but does only power saving -->
<grindingBall id="Flint" grindingMultiplier="1" chanceMultiplier="1" powerMultiplier="0.85"
durationRF="600000">
<itemStack modID="minecraft" itemName="flint" />
</grindingBall>
<!-- DarkSteelBalls are rather expensive for new players, so i'd like to keep them. -->
<!-- Tested ore-doubling rate: x1,6 to x1,8 -->
<grindingBall id="DarkSteelBall" grindingMultiplier="1.1" chanceMultiplier="1.2" powerMultiplier="0.7" durationRF="1200000">
<itemStack modID="EnderIO" itemName="itemGrindingBall" itemMeta="6" />
</grindingBall>
<!-- Diamond grinding head. Not early game, about the time when you reach dark steel balls. But more expensive due diamonds -->
<!-- 1.800.000 RF is about 8 Stacks worth of ore -->
<!-- 30% chance on getting more main output, 30% chance on getting more bonus. Should be equal/slightly better than macerator, but still not as good as -->
<!-- pulverizer -->
<!-- Tested ore-doubling rate: x2,1 - x2,3 -->
<grindingBall id="DiamondHead" grindingMultiplier="1.3" chanceMultiplier="1.3" powerMultiplier="0.6" durationRF="1800000">
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="32722" />
</grindingBall>
<!-- Tungsten/Diamond grinding head. Mid/Lategame. -->
<!-- 3.000.000 RF is about 15 Stacks worth of ore -->
<!-- 50% chance on getting more main output, 50% chance on getting more bonus. -->
<!-- Tested ore-doubling rate: x2,4 - x2,6 -->
<grindingBall id="TungstenHead" grindingMultiplier="1.5" chanceMultiplier="1.5" powerMultiplier="0.6" durationRF="3000000">
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="32723" />
</grindingBall>
<excludes>
<itemStack modID="minecraft" itemName="glowstone" />
<itemStack modID="minecraft" itemName="wool" itemMeta="*"/>
<itemStack modID="minecraft" itemName="quartz_block" itemMeta="*"/>
<itemStack modID="minecraft" itemName="quartz_stairs"/>
<itemStack modID="minecraft" itemName="stone_slab" itemMeta="7" />
<itemStack modID="minecraft" itemName="quartz" />
<itemStack oreDictionary="crystalCertusQuartz" />
<itemStack oreDictionary="crystalFluix" />
<itemStack oreDictionary="blockSteel" />
<itemStack oreDictionary="blockBronze" />
<itemStack oreDictionary="blockSilver" />
<itemStack oreDictionary="blockIron" />
<itemStack oreDictionary="blockLead" />
<itemStack oreDictionary="blockTin" />
<itemStack oreDictionary="blockCopper" />
<!-- don't increase drop chance on crushed ores -->
<itemStack modID="gregtech" itemName="gt.metaitem.01" itemMeta="*" />
<itemStack modID="IC2" itemName="itemCrushedOre" itemMeta="*" />
</excludes>
</grindingBalls>
</SAGMillRecipes>