Fixed block IDs for fluids not showing up in configs
This commit is contained in:
parent
ea176da493
commit
e7e2768d19
1 changed files with 3 additions and 2 deletions
|
@ -148,10 +148,11 @@ public class ResonantInduction
|
|||
e.printStackTrace();
|
||||
}
|
||||
|
||||
Settings.CONFIGURATION.save();
|
||||
|
||||
// Generate Resources
|
||||
if (ResourceGenerator.ENABLED)
|
||||
ResourceGenerator.generateOreResources();
|
||||
proxy.postInit();
|
||||
proxy.postInit();
|
||||
Settings.CONFIGURATION.save();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue