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 f492b2f commit d692214Copy full SHA for d692214
build.gradle
@@ -57,6 +57,7 @@ shadowJar {
57
dependencies {
58
include(dependency("com.ibm.async:asyncutil:0.1.0"))
59
include(dependency("com.electronwill.night-config:toml:3.6.3"))
60
+ include(dependency("com.electronwill.night-config:core:3.6.3"))
61
}
62
63
src/main/java/org/yatopiamc/c2me/mixin/C2MEMixinPlugin.java
@@ -15,7 +15,7 @@ public class C2MEMixinPlugin implements IMixinConfigPlugin {
15
16
@Override
17
public void onLoad(String mixinPackage) {
18
- C2MEConfig.class.getName(); // Load configuration
+ C2MEConfig.threadedWorldGenConfig.getClass().getName(); // Load configuration
19
LOGGER.info("Successfully loaded configuration for C2ME");
20
21
0 commit comments