aboutsummaryrefslogtreecommitdiff
path: root/config/enderio/AlloySmelterRecipes_User.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/enderio/AlloySmelterRecipes_User.xml')
-rw-r--r--config/enderio/AlloySmelterRecipes_User.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/config/enderio/AlloySmelterRecipes_User.xml b/config/enderio/AlloySmelterRecipes_User.xml
deleted file mode 100644
index 1bc5a68287..0000000000
--- a/config/enderio/AlloySmelterRecipes_User.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<!--
- Custom recipes that will not be over written by Ender IO are added here. Examples of recipes can be found in the
- AlloySmelterRecipes_Core.xml and general format documentation in the SAGMillRecipes_Core/User.
-
- As well as adding custom recipes to the operation of the Alloy Smelter, a vanilla furnace recipe 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 modID="minecraft" itemName="iron_ingot" />
- <itemStack modID="minecraft" itemName="ender_pearl" />
- <itemStack oreDictionary="oreIron" />
- </exclude>
-
- </vanillaFurnaceRecipes>
-
- Add this line to disable the creation of TE alloys using the Alloy Smelter.
-
- <recipeGroup name="Thermal Expansion" enabled="false" />
-
--->
-
-<AlloySmelterRecipes>
-
-</AlloySmelterRecipes>