From c3111b76cbb7629f9382df4f85f7a081fff0cb6e Mon Sep 17 00:00:00 2001 From: RaphiMC <50594595+RaphiMC@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:46:51 +0100 Subject: [PATCH] Updated minecraft version range --- build-logic/src/main/groovy/vaf.base-conventions.gradle | 4 ++-- fabric/src/main/resources/fabric.mod.json | 2 +- gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build-logic/src/main/groovy/vaf.base-conventions.gradle b/build-logic/src/main/groovy/vaf.base-conventions.gradle index b150f4b..d03e9c9 100644 --- a/build-logic/src/main/groovy/vaf.base-conventions.gradle +++ b/build-logic/src/main/groovy/vaf.base-conventions.gradle @@ -22,8 +22,8 @@ base { } dependencies { - compileOnly "com.viaversion:viaversion-common:5.1.1" - compileOnly "com.viaversion:viabackwards-common:5.1.1" + compileOnly "com.viaversion:viaversion-common:5.2.0" + compileOnly "com.viaversion:viabackwards-common:5.2.0" } publishing { diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 6346950..9f0085a 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -23,7 +23,7 @@ }, "depends": { "viafabric": ">=0.4.14", - "viabackwards": ">=5.1.1" + "viabackwards": ">=5.2.0" }, "custom": { "modmenu:api": true, diff --git a/gradle.properties b/gradle.properties index 8cb24d1..3730915 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,6 +7,6 @@ maven_version=3.0.5-SNAPSHOT maven_description=ViaVersion addon to add support for some notable Minecraft snapshots # Smile emoji -mcVersions=1.21.3, 1.21.2, 1.21.1, 1.21, 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2, 1.18.1, 1.18, 1.17.1, 1.17, 1.16.5, 1.16.4, 1.16.3, 1.16.2, 1.16.1, 1.16, 1.15.2, 1.15.1, 1.15, 1.14.4, 1.14.3, 1.14.2, 1.14.1, 1.14, 1.13.2, 1.13.1, 1.13, 1.12.2, 1.12.1, 1.12, 1.11.2, 1.11.1, 1.11, 1.10.2, 1.10.1, 1.10, 1.9.4, 1.9.3, 1.9.2, 1.9.1, 1.9, 1.8.9, 1.8.8 +mcVersions=1.21.4,1.21.3, 1.21.2, 1.21.1, 1.21, 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2, 1.18.1, 1.18, 1.17.1, 1.17, 1.16.5, 1.16.4, 1.16.3, 1.16.2, 1.16.1, 1.16, 1.15.2, 1.15.1, 1.15, 1.14.4, 1.14.3, 1.14.2, 1.14.1, 1.14, 1.13.2, 1.13.1, 1.13, 1.12.2, 1.12.1, 1.12, 1.11.2, 1.11.1, 1.11, 1.10.2, 1.10.1, 1.10, 1.9.4, 1.9.3, 1.9.2, 1.9.1, 1.9, 1.8.9, 1.8.8 mcVersionRange=1.8-1.21.3 velocityVersion=3.3