<?xml version="1.0" encoding="UTF-8"?>
<enderio:recipes xmlns:enderio="http://enderio.com/recipes" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://enderio.com/recipes recipes.xsd ">

<!-- 

These are the built-in recipes. You cannot change this file, it is a
reference for you only and will be generated every time the game starts.

To make changes to the recipes, copy the recipes you want to change to
a file in the 'user' folder. To disable a recipe, add an attribute "disabled"
and set it to true, e.g.: <recipe name="Gear" disabled="true" />

You can also disable all built-in recipes with the setting "loadCoreRecipes"
in the Ender IO config file, so that only your files in the 'user' folder will
be loaded. Please be advised that a number of recipes are absolutely needed,
so you will have to copy those over into a 'user' file for the game to load.

Item specifications can reference an alias, an ore dictionary name, a
block or an item. You can force the type by prefixing the value with
"oredict:", "block:" or "item:". Recipes that have items that cannot be
found in-game are either skipped or an error, depending on their "required"
attribute.

More information on the syntax can be found in the recipes.xsd file. An
XML editor will display that as tooltips when editing this file.

 -->

  <recipe name="Painted Pressure Plate, Dark Steel" required="true">
    <crafting>
      <grid size="2x1">
        <item name="DARK_STEEL" /><item name="DARK_STEEL" />
      </grid>
      <output name="PPP_DARK_STEEL" />
    </crafting>
  </recipe>

  <recipe name="Painted Pressure Plate, Soularium" required="true">
    <crafting>
      <grid size="2x1">
        <item name="SOULARIUM" /><item name="SOULARIUM" />
      </grid>
      <output name="PPP_SOULARIUM" />
    </crafting>
  </recipe>

  <recipe name="Painted Pressure Plate, Wood, Silent" required="true">
    <crafting>
      <grid size="1x2">
        <item name="minecraft:wooden_pressure_plate" />
        <item name="minecraft:wool" />
      </grid>
      <output name="PPP_WOOD_SILENT" />
    </crafting>
  </recipe>

  <recipe name="Painted Pressure Plate, Stone, Silent" required="true">
    <crafting>
      <grid size="1x2">
        <item name="minecraft:stone_pressure_plate" />
        <item name="minecraft:wool" />
      </grid>
      <output name="PPP_STONE_SILENT" />
    </crafting>
  </recipe>

  <recipe name="Painted Pressure Plate, Iron Silent" required="true">
    <crafting>
      <grid size="1x2">
        <item name="minecraft:heavy_weighted_pressure_plate" />
        <item name="minecraft:wool" />
      </grid>
      <output name="PPP_IRON_SILENT" />
    </crafting>
  </recipe>

  <recipe name="Painted Pressure Plate, Gold Silent" required="true">
    <crafting>
      <grid size="1x2">
        <item name="minecraft:light_weighted_pressure_plate" />
        <item name="minecraft:wool" />
      </grid>
      <output name="PPP_GOLD_SILENT" />
    </crafting>
  </recipe>

  <recipe name="Painted Pressure Plate, Wood, Silent, Upgrade" required="true">
    <crafting upgrade="true">
      <grid size="1x2">
        <item name="PPP_WOOD" />
        <item name="minecraft:wool" />
      </grid>
      <output name="PPP_WOOD_SILENT" />
    </crafting>
  </recipe>

  <recipe name="Painted Pressure Plate, Stone, Silent, Upgrade" required="true">
    <crafting upgrade="true">
      <grid size="1x2">
        <item name="PPP_STONE" />
        <item name="minecraft:wool" />
      </grid>
      <output name="PPP_STONE_SILENT" />
    </crafting>
  </recipe>

  <recipe name="Painted Pressure Plate, Iron Silent, Upgrade" required="true">
    <crafting upgrade="true">
      <grid size="1x2">
        <item name="PPP_IRON" />
        <item name="minecraft:wool" />
      </grid>
      <output name="PPP_IRON_SILENT" />
    </crafting>
  </recipe>

  <recipe name="Painted Pressure Plate, Gold Silent, Upgrade" required="true">
    <crafting upgrade="true">
      <grid size="1x2">
        <item name="PPP_GOLD" />
        <item name="minecraft:wool" />
      </grid>
      <output name="PPP_GOLD_SILENT" />
    </crafting>
  </recipe>

  <recipe name="Painted Pressure Plate, Dark Steel Silent, Upgrade" required="true">
    <crafting upgrade="true">
      <grid size="1x2">
        <item name="PPP_DARK_STEEL" />
        <item name="minecraft:wool" />
      </grid>
      <output name="PPP_DARK_STEEL_SILENT" />
    </crafting>
  </recipe>

  <recipe name="Painted Pressure Plate, Soularium Silent, Upgrade" required="true">
    <crafting upgrade="true">
      <grid size="1x2">
        <item name="PPP_SOULARIUM" />
        <item name="minecraft:wool" />
      </grid>
      <output name="PPP_SOULARIUM_SILENT" />
    </crafting>
  </recipe>

  <recipe name="Painted Pressure Plate, Tuned Silent, Upgrade" required="true">
    <crafting upgrade="true">
      <grid size="1x2">
        <item name="PPP_TUNED" />
        <item name="minecraft:wool" />
      </grid>
      <output name="PPP_TUNED_SILENT" />
    </crafting>
  </recipe>

  <recipe name="Exit Rail" required="true">
    <crafting>
      <grid size="3x3">
        <item name="IRON" /><item name="minecraft:piston" /><item name="IRON" />
        <item name="IRON" /><item name="minecraft:stone_pressure_plate" /><item name="IRON" />
        <item name="IRON" /><item name="dustRedstone" /><item name="IRON" />
      </grid>
      <output name="enderio:block_exit_rail" amount="6" />
    </crafting>
  </recipe>

  <recipe name="Detector Block" required="true">
    <crafting>
      <grid size="3x3">
        <item name="itemChassiParts" /><item name="PPP_DARK_STEEL" /><item name="itemChassiParts" />
        <item name="itemChassiParts" /><item name="piston" /><item name="itemChassiParts" />
        <item name="itemChassiParts" /><item name="redstone_block" /><item name="itemChassiParts" />
      </grid>
      <output name="enderio:block_detector_block" />
    </crafting>
  </recipe>

  <recipe name="Detector Block, Silent" required="true">
    <crafting>
      <grid size="3x3">
        <item name="itemChassiParts" /><item name="PPP_DARK_STEEL_SILENT" /><item name="itemChassiParts" />
        <item name="itemChassiParts" /><item name="piston" /><item name="itemChassiParts" />
        <item name="itemChassiParts" /><item name="redstone_block" /><item name="itemChassiParts" />
      </grid>
      <output name="enderio:block_detector_block_silent" />
    </crafting>
  </recipe>

  <recipe name="Detector Block, Silent, Upgrade" required="true">
    <crafting upgrade="true">
      <grid size="1x2">
        <item name="enderio:block_detector_block" />
        <item name="minecraft:wool" />
      </grid>
      <output name="enderio:block_detector_block_silent" />
    </crafting>
  </recipe>

  <recipe name="Alloy: Electrical Steel" required="true">
    <alloying energy="10000" exp="0.5">
      <input name="ingotIron"/>
      <input name="dustCoal"/>
      <input name="itemSilicon"/>
      <output name="ingotElectricalSteel"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Energetic Alloy" required="true">
    <alloying energy="10000" exp="0.7">
      <input name="dustRedstone"/>
      <input name="ingotGold"/>
      <input name="dustGlowstone"/>
      <output name="ingotEnergeticAlloy"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Vibrant Alloy" required="true">
    <alloying energy="10000" exp="1">
      <input name="ingotEnergeticAlloy"/>
      <input name="oredict:enderpearl"/>
      <output name="ingotVibrantAlloy"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Redstone Alloy" required="true">
    <alloying energy="10000" exp="0.5">
      <input name="dustRedstone"/>
      <input name="itemSilicon"/>
      <output name="ingotRedstoneAlloy"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Conductive Iron" required="true">
    <alloying energy="10000" exp="0.5">
      <input name="dustRedstone"/>
      <input name="ingotIron"/>
      <output name="ingotConductiveIron"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Pulsating Iron" required="true">
    <alloying energy="10000" exp="0.7">
      <input name="ingotIron"/>
      <input name="oredict:enderpearl"/>
      <output name="ingotPulsatingIron"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Dark Steel" required="true">
    <alloying energy="20000" exp="0.5">
      <input name="ingotIron"/>
      <input name="dustCoal"/>
      <input name="obsidian"/>
      <output name="ingotDarkSteel"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Dark Steel, Variant" required="false">
    <alloying energy="10500" exp="0.4">
      <input name="ingotSteel"/>
      <input name="obsidian"/>
      <output name="ingotDarkSteel"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: End Steel" required="true">
    <alloying energy="20000" exp="0.5">
      <input name="oredict:endstone"/>
      <input name="ingotDarkSteel"/>
      <input name="obsidian"/>
      <output name="ingotEndSteel"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Construction Alloy" required="false">
    <alloying energy="10000" exp="0">
      <input name="ingotLead,ingotCopper,ingotSilver,ingotAluminium,ingotAluminum,ingotTin,ingotNickel,ingotZinc,ingotPlatinum,ingotOsmium,ingotArdite,ingotCobalt,ingotTitanium,ingotMagnesium,ingotTungsten"/>
      <input name="ingotIron"/>
      <input name="ingotLead,ingotCopper,ingotSilver,ingotAluminium,ingotAluminum,ingotTin,ingotNickel,ingotZinc,ingotPlatinum,ingotOsmium,ingotArdite,ingotCobalt,ingotTitanium,ingotMagnesium,ingotTungsten"/>
      <output name="CONSTRUCTION_ALLOY" amount="3" />
    </alloying>
  </recipe>

  <recipe name="Alloy: Cookie" required="true">
    <alloying energy="2000">
      <input name="FLOUR"/>
      <input name="minecraft:dye:3"/>
      <output name="minecraft:cookie" amount="8"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Cake" required="true">
    <alloying energy="2000">
      <input name="FLOUR" amount="3"/>
      <input name="oredict:egg" />
      <output name="itemCakeBase" amount="2"/>
    </alloying>
  </recipe>

  <recipe name="Cake" required="true">
    <crafting>
      <grid size="3x2">
        <item name="minecraft:milk_bucket" /><item name="minecraft:milk_bucket" /><item name="minecraft:milk_bucket" />
        <item name="minecraft:sugar"/><item name="itemCakeBase"/><item name="minecraft:sugar"/>
      </grid>
      <output name="item:minecraft:cake" />
    </crafting>
  </recipe>

  <recipe name="Photovoltaic Powder" required="true">
    <crafting>
      <shapeless>
        <item name="dustLapis"/>
        <item name="dustCoal"/>
        <item name="itemSilicon"/>
      </shapeless>
      <output name="itemPowderPhotovoltaic"/>
    </crafting>
  </recipe>

  <recipe name="Alloy: Photovoltaic Plate" required="true">
    <alloying energy="15000" exp="0.5">
      <input name="itemPowderPhotovoltaic" amount="3"/>
      <output name="itemPlatePhotovoltaic"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Soularium" required="true">
    <alloying energy="10000" exp="0.7">
      <input name="minecraft:soul_sand"/><!-- has no oredict entry -->
      <input name="ingotGold"/>
      <output name="ingotSoularium"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Fused Quartz" required="true">
    <alloying energy="5000" exp="0.5">
      <input name="gemQuartz" amount="4"/>
      <output name="enderio:block_fused_quartz:0"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Fused Quartz from Block" required="true">
    <alloying energy="5000" exp="0.5">
      <input name="blockQuartz"/>
      <output name="enderio:block_fused_quartz:0"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Fused Glass" required="true">
    <alloying energy="2500" exp="0.1">
      <input name="minecraft:glass"/><!-- don't oredict this one -->
      <output name="enderio:block_fused_glass:0"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Enlightened Fused Quartz" required="true">
    <alloying energy="5000" exp="0.5">
      <input name="gemQuartz" amount="4"/>
      <input name="dustGlowstone" amount="4"/>
      <output name="enderio:block_enlightened_fused_quartz:0"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Enlightened Fused Quartz, Upgrade" required="true">
    <alloying energy="2500" exp="0.5">
      <input name="enderio:block_fused_quartz:0"/>
      <input name="dustGlowstone" amount="4"/>
      <output name="enderio:block_enlightened_fused_quartz:0"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Enlightened Fused Quartz from Block, Variant 1" required="true">
    <alloying energy="5000" exp="0.5">
      <input name="blockQuartz"/>
      <input name="dustGlowstone" amount="4"/>
      <output name="enderio:block_enlightened_fused_quartz:0"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Enlightened Fused Quartz from Block, Variant 2" required="true">
    <alloying energy="5000" exp="0.5">
      <input name="blockQuartz"/>
      <input name="oredict:glowstone"/>
      <output name="enderio:block_enlightened_fused_quartz:0"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Enlightened Fused Quartz from Block, Variant 3" required="true">
    <alloying energy="5000" exp="0.5">
      <input name="gemQuartz" amount="4"/>
      <input name="oredict:glowstone"/>
      <output name="enderio:block_enlightened_fused_quartz:0"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Enlightened Fused Quartz from Block, Variant 4" required="true">
    <alloying energy="2500" exp="0.5">
      <input name="enderio:block_fused_quartz:0"/>
      <input name="oredict:glowstone"/>
      <output name="enderio:block_enlightened_fused_quartz:0"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Enlightened Fused Glass" required="true">
    <alloying energy="2500" exp="0.2">
      <input name="minecraft:glass"/><!-- don't oredict this one -->
      <input name="dustGlowstone" amount="4"/>
      <output name="enderio:block_enlightened_fused_glass:0"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Enlightened Fused Glass, Upgrade" required="true">
    <alloying energy="1250" exp="0.2">
      <input name="enderio:block_fused_glass:0"/>
      <input name="dustGlowstone" amount="4"/>
      <output name="enderio:block_enlightened_fused_glass:0"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Dark Fused Quartz" required="true">
    <alloying energy="5000" exp="0.5">
      <input name="gemQuartz" amount="4"/>
      <input name="dyeBlack"/>
      <output name="enderio:block_dark_fused_quartz:0"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Dark Fused Quartz from Block, Variant 1" required="true">
    <alloying energy="5000" exp="0.5">
      <input name="blockQuartz"/>
      <input name="dyeBlack"/>
      <output name="enderio:block_dark_fused_quartz:0"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Dark Fused Quartz from Block, Variant 2" required="true">
    <alloying energy="2500" exp="0.5">
      <input name="enderio:block_fused_quartz:0"/>
      <input name="dyeBlack"/>
      <output name="enderio:block_dark_fused_quartz:0"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Dark Fused Glass" required="true">
    <alloying energy="2500" exp="0.2">
      <input name="minecraft:glass"/><!-- don't oredict this one -->
      <input name="dyeBlack" amount="2"/>
      <output name="enderio:block_dark_fused_glass:0"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Dark Fused Glass, Upgrade" required="true">
    <alloying energy="1250" exp="0.2">
      <input name="enderio:block_fused_glass:0"/>
      <input name="dyeBlack" amount="2"/>
      <output name="enderio:block_dark_fused_glass:0"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Green Dye" required="true">
    <alloying energy="2000" exp="0.25">
      <input name="itemPlantgreen" amount="12"/>
      <input name="oredict:slimeball"/>
      <output name="ORGANIC_GREEN_DYE" amount="2"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Green Dye, Variant" required="true">
    <alloying energy="1500" exp="0.125">
      <input name="itemPlantgreen" amount="6"/>
      <input name="oredict:egg"/>
      <output name="ORGANIC_GREEN_DYE"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Green Dye, Oredict" required="true">
    <alloying energy="2000" exp="0.25">
      <input name="dyeGreen,-ORGANIC_GREEN_DYE" amount="2"/>
      <input name="oredict:slimeball"/>
      <input name="dustCoal,dustCharcoal" amount="2"/>
      <output name="ORGANIC_GREEN_DYE" amount="2"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Green Dye, Oredict Variant" required="true">
    <alloying energy="1500" exp="0.125">
      <input name="dyeGreen,-ORGANIC_GREEN_DYE"/>
      <input name="oredict:egg"/>
      <input name="dustCoal,dustCharcoal"/>
      <output name="ORGANIC_GREEN_DYE"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Brown Dye" required="true">
    <alloying energy="2000" exp="0.25">
      <input name="itemPlantbrown" amount="12"/>
      <input name="oredict:slimeball"/>
      <output name="ORGANIC_BROWN_DYE" amount="2"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Brown Dye, Variant" required="true">
    <alloying energy="1500" exp="0.125">
      <input name="itemPlantbrown" amount="6"/>
      <input name="oredict:egg"/>
      <output name="ORGANIC_BROWN_DYE"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Brown Dye, Oredict" required="true">
    <alloying energy="2000" exp="0.25">
      <input name="dyeBrown,-ORGANIC_BROWN_DYE" amount="2"/>
      <input name="oredict:slimeball"/>
      <input name="dustCoal,dustCharcoal" amount="2"/>
      <output name="ORGANIC_BROWN_DYE" amount="2"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Brown Dye, Oredict Variant" required="true">
    <alloying energy="1500" exp="0.125">
      <input name="dyeBrown,-ORGANIC_BROWN_DYE"/>
      <input name="oredict:egg"/>
      <input name="dustCoal,dustCharcoal"/>
      <output name="ORGANIC_BROWN_DYE"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Black Dye" required="true">
    <alloying energy="2000" exp="0.25">
      <input name="dustCoal,dustCharcoal" amount="6"/>
      <input name="oredict:slimeball"/>
      <output name="ORGANIC_BLACK_DYE" amount="2"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Black Dye, Variant" required="true">
    <alloying energy="1500" exp="0.125">
      <input name="dustCoal,dustCharcoal" amount="3"/>
      <input name="oredict:egg"/>
      <output name="ORGANIC_BLACK_DYE"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Red Dye" required="true">
    <alloying energy="15000" exp="1.0">
      <input name="minecraft:beetroot"/>
      <input name="itemClay" amount="3"/>
      <input name="oredict:egg" amount="6"/>
      <output name="dyeRed" amount="12"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Dead Tree" required="true">
    <alloying energy="2000" exp="0.05">
      <input name="treeSapling"/>
      <output name="minecraft:deadbush"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Manyullyn" required="false">
    <alloying energy="10000" exp="0.25">
      <input name="ingotCobalt"/>
      <input name="ingotArdite"/>
      <output name="ingotManyullyn"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Steel" required="false">
    <alloying energy="10000" exp="0">
      <input name="ingotIron"/>
      <input name="dustCoal" amount="4"/>
      <output name="ingotSteel"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Electrum Ingot (Thermal Expansion)" required="false">
    <alloying energy="2000" exp="0.25">
      <input name="ingotGold"/>
      <input name="ingotSilver"/>
      <output name="ingotElectrum" amount="2"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Invar Ingot (Thermal Expansion)" required="false">
    <alloying energy="3000" exp="0.25">
      <input name="ingotNickel"/>
      <input name="ingotIron" amount="2"/>
      <output name="ingotInvar" amount="3"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Bronze (Thermal Expansion)" required="false">
    <alloying energy="4000" exp="0">
      <input name="ingotCopper" amount="3"/>
      <input name="ingotTin"/>
      <output name="ingotBronze" amount="4"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Constantan (Thermal Expansion)" required="false">
    <alloying energy="4000" exp="0">
      <input name="ingotCopper"/>
      <input name="ingotNickel"/>
      <output name="ingotConstantan" amount="2"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Signalum (Thermal Expansion)" required="false">
    <alloying energy="32000" exp="0">
      <input name="ingotCopper" amount="3"/>
      <input name="ingotSilver"/>
      <input name="dustRedstone" amount="10"/>
      <output name="ingotSignalum" amount="4"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Lumium from dust (Thermal Expansion)" required="false">
    <alloying energy="32000" exp="0">
      <input name="ingotTin" amount="3"/>
      <input name="ingotSilver"/>
      <input name="dustGlowstone" amount="4"/>
      <output name="ingotLumium" amount="4"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Lumium (Thermal Expansion)" required="false">
    <alloying energy="32000" exp="0">
      <input name="ingotTin" amount="3"/>
      <input name="ingotSilver"/>
      <input name="oredict:glowstone"/>
      <output name="ingotLumium" amount="4"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Enderium Base (Thermal Expansion)" required="false">
    <alloying energy="4000" exp="0">
      <input name="ingotLead" amount="3"/>
      <input name="ingotPlatinum"/>
      <input name="oredict:enderpearl" amount="4"/>
      <output name="ingotEnderiumBase" amount="4"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Enderium (Thermal Expansion)" required="false">
    <alloying energy="25000" exp="0">
      <input name="ingotEnderiumBase" amount="2"/>
      <input name="oredict:sand"/>
      <output name="ingotEnderium" amount="2"/>
    </alloying>
  </recipe>

  <recipe name="Alloy: Steel (Oredict)" required="false">
    <alloying energy="4000" exp="0">
      <input name="ingotIron"/>
      <input name="fuelCoke"/>
      <output name="ingotSteel"/>
    </alloying>
  </recipe>
 
  <recipe name="Alloy: FerroBoron (Nuclearcraft)" required="false">
    <alloying energy="6000" exp="0">
      <input name="ingotSteel"/>
      <input name="ingotBoron"/>
      <output name="ingotFerroboron" amount="2"/>
    </alloying>
  </recipe>
 
  <recipe name="Alloy: Tough Alloy (Nuclearcraft)" required="false">
    <alloying energy="9000" exp="0">
      <input name="ingotFerroboron"/>
      <input name="ingotLithium"/>
      <output name="ingotTough" amount="2"/>
    </alloying>
  </recipe>
 
  <recipe name="Alloy: Hard Carbon (Nuclearcraft)" required="false">
    <alloying energy="8000" exp="0">
      <input name="ingotGraphite" amount="2"/>
      <input name="gemDiamond"/>
      <output name="ingotHardCarbon" amount="2"/>
    </alloying>
  </recipe>
 
  <recipe name="Alloy: Magnesium Diboride Alloy (Nuclearcraft)" required="false">
    <alloying energy="4000" exp="0">
      <input name="ingotMagnesium"/>
      <input name="ingotBoron" amount="2"/>
      <output name="ingotMagnesiumDiboride" amount="3"/>
    </alloying>
  </recipe>

   <recipe name="Alloy: Lithium Manganese Alloy (Nuclearcraft)" required="false">
    <alloying energy="6000" exp="0">
      <input name="ingotManganeseDioxide"/>
      <input name="ingotLithium"/>
      <output name="ingotLithiumManganeseDioxide" amount="2"/>
    </alloying>
  </recipe>
 
   <recipe name="Alloy: EXTREME Alloy (Nuclearcraft)" required="false">
    <alloying energy="16000" exp="0">
      <input name="ingotTough"/>
      <input name="ingotHardCarbon"/>
      <output name="ingotExtreme"/>
    </alloying>
  </recipe>

   <recipe name="Alloy: Thermoconducting Alloy (Nuclearcraft)" required="false">
    <alloying energy="9000" exp="0">
      <input name="ingotExtreme"/>
      <input name="gemBoronArsenide"/>
      <output name="ingotThermoconducting" amount="2"/>
    </alloying>
  </recipe>
 
  <recipe name="Tormented Enderman Head">
    <slicing energy="20000">
      <input name="ingotSoularium"/><input name="enderio:block_enderman_skull:0"/><input name="ingotSoularium"/>
      <input name="minecraft:potion" nbt='{Potion:"minecraft:water"}'/><input name="CAPACITOR1"/><input name="minecraft:potion" nbt='{Potion:"minecraft:water"}'/>
      <output name="enderio:block_enderman_skull:2"/>
    </slicing>
  </recipe>

  <recipe name="Electrode Skull">
    <slicing energy="20000">
      <input name="ingotEnergeticAlloy"/><input name="minecraft:skull:2"/><input name="ingotEnergeticAlloy"/>
      <input name="itemSilicon"/><input name="CAPACITOR1"/><input name="itemSilicon"/>
      <output name="skullZombieElectrode"/>
    </slicing>
  </recipe>

   <recipe name="Controller Skull">
    <slicing energy="20000">
      <input name="ingotSoularium"/><input name="minecraft:skull:2"/><input name="ingotSoularium"/>
      <input name="itemSilicon"/><input name="dustRedstone"/><input name="itemSilicon"/>
      <output name="skullZombieController"/>
    </slicing>
  </recipe>

   <recipe name="Ender Resonator">
    <slicing energy="20000">
      <input name="ingotSoularium"/><input name="enderio:block_enderman_skull:0"/><input name="ingotSoularium"/>
      <input name="itemSilicon"/><input name="ingotVibrantAlloy"/><input name="itemSilicon"/>
      <output name="skullEnderResonator"/>
    </slicing>
  </recipe>

   <recipe name="Skeletal Contractor">
    <slicing energy="20000">
      <input name="ingotSoularium"/><input name="minecraft:skull:0"/><input name="ingotSoularium"/>
      <input name="minecraft:rotten_flesh"/><input name="itemSilicon"/><input name="minecraft:rotten_flesh"/>
      <output name="skullSkeletalContractor"/>
    </slicing>
  </recipe>

  <recipe name="Guardian Diode">
    <slicing energy="20000">
      <input name="ingotEnergeticAlloy"/><input name="gemPrismarine"/><input name="ingotEnergeticAlloy"/>
      <input name="dustPrismarine"/><input name="itemSilicon"/><input name="dustPrismarine"/>
      <output name="skullGuardianDiode"/>
    </slicing>
  </recipe>

</enderio:recipes>
