diff --git a/build.gradle b/build.gradle index bc8b90e..ac19ee2 100644 --- a/build.gradle +++ b/build.gradle @@ -162,7 +162,7 @@ processResources { } List 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 javaVersions = IntStream.rangeClosed(8, 18) .mapToObj { n -> (String) "Java $n" } .collect(Collectors.toList()) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1328ea4..13052a9 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -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": "*",