Update reborn core
This commit is contained in:
parent
85e7bfacde
commit
351d7afadb
2 changed files with 1 additions and 2 deletions
|
@ -117,7 +117,7 @@ dependencies {
|
|||
compile "com.github.azanor:baubles:1.0.1.10:deobf@jar"
|
||||
compile name: "MineTweaker3", version: "1.7.10-3.0.9C", classifier: "Dev"
|
||||
shade 'IC2-Classic-API-STANDALONE:IC2-Classic-API-STANDALONE:1.1.0.19-5:api'
|
||||
compile 'RebornCore:RebornCore:0.0.0.3:dev'
|
||||
compile 'RebornCore:RebornCore:0.0.0.+:dev'
|
||||
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue