Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master-1.20-lts' into master-1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jul 20, 2024
2 parents c68e843 + 5e3e959 commit 09efefc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resources/changelog/1.19.2-1.0.4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 1.19.0 or higher.

Fixes:
* Fix config file not being generated, Closes #14

6 changes: 6 additions & 0 deletions resources/changelog/1.20.1-1.0.4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
As always, don't forget to backup your world before updating!
Requires CyclopsCore version 1.19.0 or higher.

Fixes:
* Fix config file not being generated, Closes #14

Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ protected CreativeModeTab.Builder constructDefaultCreativeModeTab(CreativeModeTa
protected void onConfigsRegister(ConfigHandler configHandler) {
super.onConfigsRegister(configHandler);

configHandler.addConfigurable(new GeneralConfig());

configHandler.addConfigurable(new ItemScriptingDiskConfig());

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

0 comments on commit 09efefc

Please sign in to comment.