Fixed masterBlockConfig not loading in preinit
This commit is contained in:
parent
5299e39cbe
commit
24d024e0e1
1 changed files with 2 additions and 1 deletions
|
@ -73,6 +73,7 @@ public class DarkCore
|
|||
{
|
||||
if (!pre)
|
||||
{
|
||||
CoreRegistry.masterBlockConfig.load();
|
||||
MinecraftForge.EVENT_BUS.register(this);
|
||||
MinecraftForge.EVENT_BUS.register(new FluidHelper());
|
||||
MinecraftForge.EVENT_BUS.register(SaveManager.instance());
|
||||
|
@ -87,7 +88,7 @@ public class DarkCore
|
|||
{
|
||||
if (!load)
|
||||
{
|
||||
CoreRegistry.masterBlockConfig.load();
|
||||
|
||||
load = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue