Updated everything to latest 1.18.X version

This commit is contained in:
coolGi2007
2021-12-28 16:21:50 +10:30
parent 5cd338392c
commit 2aee802ca2
14 changed files with 217 additions and 315 deletions
@@ -64,9 +64,9 @@ public class ForgeMain implements LodForgeMethodCaller
private void init(final FMLCommonSetupEvent event)
{
// make sure the dependencies are set up before the mod needs them
LodCommonMain.initConfig();
LodCommonMain.startup(this, !FMLLoader.getDist().isClient());
ForgeDependencySetup.createInitialBindings();
LodCommonMain.initConfig();
}