Skip to content

Instantly share code, notes, and snippets.

@wjrogers
Created June 6, 2015 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wjrogers/f0d47792b14d710a62ed to your computer and use it in GitHub Desktop.
Save wjrogers/f0d47792b14d710a62ed to your computer and use it in GitHub Desktop.
Disable AE2 features in EnderIO
<SAGMillRecipes>
<recipeGroup name="Applied Energistics" enabled="false" />
<recipeGroup name="Vanilla">
<recipe name="Quartz Ore" energyCost="7200">
<input>
<itemStack oreDictionary="oreQuartz" />
</input>
<output>
<itemStack modID="minecraft" itemName="quartz" number="4" />
<itemStack oreDictionary="dustNetherQuartz" chance="0.05" />
</output>
</recipe>
</recipeGroup>
</SAGMillRecipes>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment