Skip to content

Commit

Permalink
Fix config file not being generated, Closes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jul 20, 2024
1 parent 747b3cf commit 2e2f70c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ public CreativeModeTab constructDefaultCreativeModeTab() {
protected void onConfigsRegister(ConfigHandler configHandler) {
super.onConfigsRegister(configHandler);

configHandler.addConfigurable(new GeneralConfig());

configHandler.addConfigurable(new ScriptingNetworkConfig());

configHandler.addConfigurable(new ItemScriptingDiskConfig());
Expand Down

0 comments on commit 2e2f70c

Please sign in to comment.