We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69e329a + f5f193a commit e375044Copy full SHA for e375044
resources/changelog/1.19.2-1.0.4.txt
@@ -0,0 +1,6 @@
1
+As always, don't forget to backup your world before updating!
2
+Requires CyclopsCore version 1.19.0 or higher.
3
+
4
+Fixes:
5
+* Fix config file not being generated, Closes #14
6
src/main/java/org/cyclops/integratedscripting/IntegratedScripting.java
@@ -149,6 +149,8 @@ protected CreativeModeTab.Builder constructDefaultCreativeModeTab(CreativeModeTa
149
protected void onConfigsRegister(ConfigHandler configHandler) {
150
super.onConfigsRegister(configHandler);
151
152
+ configHandler.addConfigurable(new GeneralConfig());
153
154
configHandler.addConfigurable(new ScriptingNetworkConfig());
155
156
configHandler.addConfigurable(new ItemScriptingDiskConfig());
0 commit comments