Add a warning that forge 2760 is not compatible with liteloader

This commit is contained in:
huanghongxun
2018-10-11 14:04:52 +08:00
parent 3c8689a3f1
commit fb31eebcf2
5 changed files with 19 additions and 1 deletions

View File

@@ -332,4 +332,6 @@ public class VersionNumber implements Comparable<VersionNumber> {
public int hashCode() {
return canonical.hashCode();
}
public static Comparator<String> VERSION_COMPARATOR = Comparator.comparing(VersionNumber::asVersion);
}