File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/net/ornithemc/meta/data Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ public class VersionDatabase {
6262 public static final MavenMetadataParser OSL_METADATA_PARSER = new MavenMetadataParser (ORNITHE_MAVEN_URL , "net.ornithemc" , "osl" );
6363 public static final MavenPomParser OSL_POM_PARSER = new MavenPomParser (ORNITHE_MAVEN_URL , "net.ornithemc" , "osl" );
6464
65- private static final Pattern INVALID_FABRIC_LOADER_VERSIONS_GEN2 = Pattern .compile ("^(?:0\\ .(?:\\ d|1[0-6])\\ .|0\\ .17\\ .[0-2])" );
66- private static final Pattern INVALID_QUILT_LOADER_VERSIONS_GEN2 = Pattern .compile ("^(?:0\\ .(?:\\ d|1\\ d|2[0-8])\\ .|0\\ .29\\ .[0-2])" );
65+ private static final Pattern INVALID_FABRIC_LOADER_VERSIONS_GEN2 = Pattern .compile ("^(?:0\\ .(?:\\ d|1[0-6])\\ ..+ |0\\ .17\\ .[0-2])" );
66+ private static final Pattern INVALID_QUILT_LOADER_VERSIONS_GEN2 = Pattern .compile ("^(?:0\\ .(?:\\ d|1\\ d|2[0-8])\\ ..+ |0\\ .29\\ .[0-2])" );
6767
6868 public static ConfigV3 config ;
6969
You can’t perform that action at this time.
0 commit comments