Testing liquids/items in tech tree

This commit is contained in:
Anuken
2020-06-20 22:21:43 -04:00
parent 2082976783
commit a0f0640729
4 changed files with 106 additions and 105 deletions

View File

@@ -480,13 +480,11 @@ public class Mods implements Loadable{
}catch(Throwable e){
Core.app.post(() -> {
Log.err("Error loading main script @ for mod @.", main.name(), mod.meta.name);
e.printStackTrace();
Log.err(e);
});
}
}else{
Core.app.post(() -> {
Log.err("No main.js found for mod @.", mod.meta.name);
});
Core.app.post(() -> Log.err("No main.js found for mod @.", mod.meta.name));
}
}
});