aboutsummaryrefslogtreecommitdiff
path: root/config/enderio/SliceAndSpliceRecipes_Core.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/enderio/SliceAndSpliceRecipes_Core.xml')
-rw-r--r--config/enderio/SliceAndSpliceRecipes_Core.xml67
1 files changed, 0 insertions, 67 deletions
diff --git a/config/enderio/SliceAndSpliceRecipes_Core.xml b/config/enderio/SliceAndSpliceRecipes_Core.xml
deleted file mode 100644
index a6995e5b41..0000000000
--- a/config/enderio/SliceAndSpliceRecipes_Core.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<!--
- IMPORTANT:
- This is the core recipe file. Modifying this file will have no effect. It will be rewritten by EnderIO and all
- modifications made to it will be lost. To add or modify recipes please use 'SliceAndSpliceRecipes_User.xml'. Recipes
- are organized into named groups. A group of recipes can be disabled by setting the attribute 'enabled=false'. A
- recipe group is composed of one or more recipes.
-
--->
-
-<SliceAndSpliceRecipes>
-
- <recipeGroup name="EnderIO" >
- <recipe name="Electrode Skull" energyCost="20000" >
- <input>
- <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="1" slot="0" />
- <itemStack modID="minecraft" itemName="skull" itemMeta="2" slot="1" />
- <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="1" slot="2" />
- <itemStack oreDictionary="itemSilicon" slot="3" />
- <itemStack modID="EnderIO" itemName="itemBasicCapacitor" itemMeta="0" slot="4" />
- <itemStack oreDictionary="itemSilicon" slot="5" />
- </input>
- <output>
- <itemStack modID="EnderIO" itemName="itemFrankenSkull" itemMeta="0" />
- </output>
- </recipe>
- <recipe name="Controller Skull" energyCost="20000" >
- <input>
- <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="7" slot="0" />
- <itemStack modID="minecraft" itemName="skull" itemMeta="2" slot="1" />
- <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="7" slot="2" />
- <itemStack oreDictionary="itemSilicon" slot="3" />
- <itemStack modID="minecraft" itemName="redstone" slot="4" />
- <itemStack oreDictionary="itemSilicon" slot="5" />
- </input>
- <output>
- <itemStack modID="EnderIO" itemName="itemFrankenSkull" itemMeta="1" />
- </output>
- </recipe>
- <recipe name="Tormented Enderman Head" energyCost="20000" >
- <input>
- <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="7" slot="0" />
- <itemStack modID="EnderIO" itemName="blockEndermanSkull" itemMeta="0" slot="1" />
- <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="7" slot="2" />
- <itemStack modID="minecraft" itemName="potion" slot="3" />
- <itemStack modID="EnderIO" itemName="itemBasicCapacitor" itemMeta="0" slot="4" />
- <itemStack modID="minecraft" itemName="potion" slot="5" />
- </input>
- <output>
- <itemStack modID="EnderIO" itemName="blockEndermanSkull" itemMeta="2" />
- </output>
- </recipe>
- <recipe name="Ender Resonator" energyCost="20000" >
- <input>
- <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="7" slot="0" />
- <itemStack modID="EnderIO" itemName="blockEndermanSkull" itemMeta="0" slot="1" />
- <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="7" slot="2" />
- <itemStack oreDictionary="itemSilicon" slot="3" />
- <itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="2" slot="4" />
- <itemStack oreDictionary="itemSilicon" slot="5" />
- </input>
- <output>
- <itemStack modID="EnderIO" itemName="itemFrankenSkull" itemMeta="3" />
- </output>
- </recipe>
- </recipeGroup>
-
-</SliceAndSpliceRecipes>