Update reborn core

This commit is contained in:
Modmuss50 2015-11-11 17:37:14 +00:00
parent 85e7bfacde
commit 351d7afadb
2 changed files with 1 additions and 2 deletions

View file

@ -88,7 +88,6 @@ public class Core {
// Recipes
StopWatch watch = new StopWatch();
watch.start();
OreUtil.scanForOres();
ModRecipes.init();
logHelper.all(watch + " : main recipes");
watch.stop();