We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29d1dab commit 6c88eabCopy full SHA for 6c88eab
common/src/main/java/ca/fxco/moreculling/config/ModMenuConfig.java
@@ -52,6 +52,9 @@ public static Screen createConfigScreen(Screen parent) {
52
if (modId.equals("minecraft")) {
53
continue;
54
}
55
+ if (!Services.PLATFORM.isModLoaded(modId)) {
56
+ continue;
57
+ }
58
DynamicBooleanListEntry aMod = new DynamicBooleanBuilder(Services.PLATFORM.getModName(modId))
59
.setValue(entry.getBooleanValue())
60
.setDefaultValue(MoreCulling.CONFIG.useOnModdedBlocksByDefault)
0 commit comments