Skip to content

Commit

Permalink
wip: forge now launches from built jars
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Feb 15, 2025
1 parent ae3b7be commit a0f56d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public AdvancedPortalsMod() {

this.portalsCore = new AdvancedPortalsCore(
version, FMLPaths.CONFIGDIR.get().toFile(),
new ForgeInfoLogger(LOGGER), null);
new ForgeInfoLogger(LOGGER), new ForgeServerContainer());
AdvancedPortalsModule module = this.portalsCore.getModule();

module.addInstanceBinding(CommandRegister.class,
Expand Down

0 comments on commit a0f56d9

Please sign in to comment.