fix mc dependency metadata

This commit is contained in:
creeper123123321 2023-02-21 19:45:51 -03:00
parent cd3af46b7a
commit f69e1ef2d3
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ processResources {
}
List<String> mcReleases = new ArrayList<>(
Arrays.asList("1.19.3", "1.18.2", "1.17.1", "1.16.5", "1.15.2", "1.14.4", "1.8.9"))
Arrays.asList("1.18.2", "1.17.1", "1.16.5", "1.15.2", "1.14.4", "1.8.9"))
List<String> javaVersions = IntStream.rangeClosed(8, 18)
.mapToObj { n -> (String) "Java $n" }
.collect(Collectors.toList())

View File

@ -13,7 +13,7 @@
},
"depends": {
"fabricloader": ">=0.10.0",
"minecraft": ["1.8.x", "1.14.4", "1.15.2", "~1.16.4", "1.17.1", "1.18.2", "~1.19.3"],
"minecraft": ["1.8.x", "1.14.4", "1.15.2", "~1.16.4", "1.17.1", "1.18.2", "~1.19.4-alpha.23.7.a"],
"viaversion": ">=4.0.0"
},
"environment": "*",