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.
1 parent 747b3cf commit 2e2f70cCopy full SHA for 2e2f70c
src/main/java/org/cyclops/integratedscripting/IntegratedScripting.java
@@ -148,6 +148,8 @@ public CreativeModeTab constructDefaultCreativeModeTab() {
148
protected void onConfigsRegister(ConfigHandler configHandler) {
149
super.onConfigsRegister(configHandler);
150
151
+ configHandler.addConfigurable(new GeneralConfig());
152
+
153
configHandler.addConfigurable(new ScriptingNetworkConfig());
154
155
configHandler.addConfigurable(new ItemScriptingDiskConfig());
0 commit comments