aboutsummaryrefslogtreecommitdiff
path: root/config/enderio/AlloySmelterRecipes_User.xml
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-01-20 14:24:34 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-01-20 14:24:34 +1000
commit869c206c4fcc8001bd2e1d66f704290331813835 (patch)
tree96735ce8fe4665e2759c3374221d6f06f4527df2 /config/enderio/AlloySmelterRecipes_User.xml
parentec2c72827f01dd4bb2174137f1ab162f9ddaab62 (diff)
downloadGT5-Unofficial-869c206c4fcc8001bd2e1d66f704290331813835.tar.gz
GT5-Unofficial-869c206c4fcc8001bd2e1d66f704290331813835.tar.bz2
GT5-Unofficial-869c206c4fcc8001bd2e1d66f704290331813835.zip
Initial Commit
Diffstat (limited to 'config/enderio/AlloySmelterRecipes_User.xml')
-rw-r--r--config/enderio/AlloySmelterRecipes_User.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/config/enderio/AlloySmelterRecipes_User.xml b/config/enderio/AlloySmelterRecipes_User.xml
new file mode 100644
index 0000000000..25520c4cb0
--- /dev/null
+++ b/config/enderio/AlloySmelterRecipes_User.xml
@@ -0,0 +1,31 @@
+<!--
+Custom recipes that will not be over written by Ender IO are added here.
+Examples of recipes can be found in AlloySmelterRecipes_Core.xml and general format
+documentation in SAGMillRecipes_Core/User.
+
+As well as adding custom recipes the operation of the Alloy Smelter as a vanilla furnace
+can be controlled. It can be disabled completely by simply adding this line:
+
+ <vanillaFurnaceRecipes enabled="false"/>
+
+It is also possible to selectively disable vanilla furnace recipes.
+The following example disables the smelting of iron ingots, ender pearls and any form of iron ore registered in the
+ore dictionary.
+
+ <vanillaFurnaceRecipes>
+ <exclude>
+ <itemStack itemID="265" />
+ <itemStack itemID="368" />
+ <itemStack oreDictionary="oreIron" />
+ </exclude>
+
+ </vanillaFurnaceRecipes>
+
+ Add this line to disbale the creation of TE alloys using the Alloy Smelter.
+ <recipeGroup name="Thermal Expansion" enabled="false"/>
+-->
+
+<AlloySmelterRecipes>
+
+</AlloySmelterRecipes>
+