Skip to content

Commit 2e2f70c

Browse files
committed
Fix config file not being generated, Closes #14
1 parent 747b3cf commit 2e2f70c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/cyclops/integratedscripting/IntegratedScripting.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ public CreativeModeTab constructDefaultCreativeModeTab() {
148148
protected void onConfigsRegister(ConfigHandler configHandler) {
149149
super.onConfigsRegister(configHandler);
150150

151+
configHandler.addConfigurable(new GeneralConfig());
152+
151153
configHandler.addConfigurable(new ScriptingNetworkConfig());
152154

153155
configHandler.addConfigurable(new ItemScriptingDiskConfig());

0 commit comments

Comments
 (0)