Change when ores are marked as unlearnable to PostInit

This commit is contained in:
pahimar 2015-05-10 12:44:48 -04:00
parent 75b6676acd
commit 483226c38f
1 changed files with 1 additions and 2 deletions

View File

@ -82,8 +82,6 @@ public class EquivalentExchange3
EnergyValues.addDefaultEnergyValues();
AlchemyArrays.registerAlchemyArrays();
Abilities.setOresNotLearnable();
}
@EventHandler
@ -117,6 +115,7 @@ public class EquivalentExchange3
CachedOreDictionary.getInstance();
RecipeRegistry.getInstance().registerVanillaRecipes();
AludelRecipeManager.registerRecipes();
Abilities.setOresNotLearnable();
}
@EventHandler