
Disable alloys recipe
Waisse opened this issue ยท 3 comments
Trying to disable electrical steel :
<recipeGroup name="EnderIO" enabled="false" >
<recipe name="Electrical Steel" energyCost="10000" >
<input>
<itemStack modID="minecraft" itemName="iron_ingot" />
<itemStack oreDictionary="dustCoal" />
<itemStack oreDictionary="itemSilicon" />
</input>
<output>
<itemStack modID="EnderIO" itemName="itemAlloy" itemMeta="0" exp="0.5" />
</output>
</recipe>
</recipeGroup>
Doesn't work.
Try:
<recipeGroup name="EnderIO"> <recipe name="Electrical Steel"/> </recipeGroup>
and then add your own recipe in a different group.