Created
June 6, 2015 11:39
-
-
Save wjrogers/f0d47792b14d710a62ed to your computer and use it in GitHub Desktop.
Disable AE2 features in EnderIO
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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