Various bugfixes

This commit is contained in:
Anuken
2019-10-25 14:48:44 -04:00
parent 742fb3dece
commit 44dc250a2b
3 changed files with 4 additions and 2 deletions

View File

@@ -277,6 +277,7 @@ public class Mods implements Loadable{
/** Creates all the content found in mod files. */
public void loadContent(){
for(LoadedMod mod : loaded){
safeRun(mod, () -> {
if(mod.root.child("content").exists()){