Ender IO Zoo

Ender IO Zoo

962k Downloads

Disable alloys recipe

Waisse opened this issue ยท 3 comments

commented

xml documentation isn't clear enough. I want to disable specifics alloys recipe.

commented

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.

commented

Try:
<recipeGroup name="EnderIO"> <recipe name="Electrical Steel"/> </recipeGroup>

and then add your own recipe in a different group.

commented

I just want to disable the alloy recipe, not replace it. I'm using another mod to produce the alloy on my pack.