You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOGGER.debug("Non-unique Mixin config name {} used by the mods {} and {}", config, prev.moduleName(), modFile.moduleName());
59
+
LOGGER.debug("Non-unique Mixin config name {} used by the mods {} and {}", config.config(), prev.moduleName(), modFile.moduleName());
59
60
}
60
61
}
61
62
}
@@ -122,7 +123,7 @@ else if (dep.getKind() == ModDependency.Kind.BREAKS) {
122
123
123
124
if (reqIntervals.isEmpty()) thrownewIllegalStateException("mod " + metadata.getId() + " is incompatible with every loader version?"); // shouldn't get there
124
125
125
-
VersionminLoaderVersion = reqIntervals.get(0).getMin(); // it is sorted, to 0 has the absolute lower bound
126
+
VersionminLoaderVersion = reqIntervals.getFirst().getMin(); // it is sorted, to 0 has the absolute lower bound
126
127
127
128
if (minLoaderVersion != null) { // has a lower bound
0 commit comments