Skip to content

Commit

Permalink
Cleanup pass
Browse files Browse the repository at this point in the history
Including some minor changes for better extendibility
  • Loading branch information
HenryLoenwind committed Jul 1, 2024
1 parent a6ed65c commit daaac9c
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public ClientNeoForgeMod(IEventBus modEventBus, ModContainer container) {

modEventBus.register(ClientNeoForgeMod.class);

container.registerExtensionPoint(IConfigScreenFactory.class, (mc, parent) -> new ConfigurationScreen(container, mc, parent));
container.registerExtensionPoint(IConfigScreenFactory.class, (mc, parent) -> new ConfigurationScreen(container, parent));
}

@SubscribeEvent
Expand Down
Loading

0 comments on commit daaac9c

Please sign in to comment.