26 lines
940 B
XML
26 lines
940 B
XML
<?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 ">
|
|
|
|
<!-- This recipe file disables "Iron Alloy" (a.k.a "construction_alloy").
|
|
|
|
Copy this file into the enderio/config/recipes/user folder to activate it. -->
|
|
|
|
<alias name="IRON" item="ingotIron" />
|
|
|
|
<recipe name="Alloy: Construction Alloy"><disabled/></recipe>
|
|
|
|
<grindingball name="Construction Alloy Ball" disabled="true" durability="1">
|
|
<item name="CONSTRUCTION_ALLOY_BALL"/>
|
|
</grindingball>
|
|
|
|
<recipe name="Construction Alloy Ball Crafting"><disabled/></recipe>
|
|
|
|
<recipe name="Construction Alloy Casting"><disabled/></recipe>
|
|
|
|
<recipe name="Construction Alloy Ball Smelting"><disabled/></recipe>
|
|
|
|
<recipe name="Construction Alloy Ball Reverse Casting"><disabled/></recipe>
|
|
|
|
</enderio:recipes>
|