diff --git a/gradle.properties b/gradle.properties index e4d7be8..325f68e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication loader_version=0.16.7 viaver_version=5.0.4-SNAPSHOT -publish_mc_versions=1.21, 1.20.6, 1.20.4, 1.20.1, 1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4 +publish_mc_versions=1.21.2, 1.20.6, 1.20.4, 1.20.1, 1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4 # example: 1.19.1-rc1. Can be a blank value modrinth_mc_snapshot= # example: 1.19-Snapshot. Can be a blank value diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 44b02a8..de449ab 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -12,7 +12,7 @@ "discord": "https://discord.gg/viaversion" }, "depends": { - "minecraft": ["1.14.4", "1.15.2", "1.16.4", "1.16.5", "1.17.1", "1.18.2", "1.19.4", "1.20", "1.20.1", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21.2-rc.1"], + "minecraft": ["1.14.4", "1.15.2", "1.16.4", "1.16.5", "1.17.1", "1.18.2", "1.19.4", "1.20", "1.20.1", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21.2"], "viaversion": ">=5.0.0" }, "breaks": { diff --git a/viafabric-mc1212/build.gradle.kts b/viafabric-mc1212/build.gradle.kts index fb24c6b..ee1493f 100644 --- a/viafabric-mc1212/build.gradle.kts +++ b/viafabric-mc1212/build.gradle.kts @@ -1,8 +1,8 @@ dependencies { - minecraft("com.mojang:minecraft:1.21.2-rc1") - mappings("net.fabricmc:yarn:1.21.2-rc1+build.1:v2") + minecraft("com.mojang:minecraft:1.21.2") + mappings("net.fabricmc:yarn:1.21.2+build.1:v2") - modImplementation("net.fabricmc.fabric-api:fabric-api:0.106.0+1.21.2") + modImplementation("net.fabricmc.fabric-api:fabric-api:0.106.1+1.21.2") modImplementation("com.terraformersmc:modmenu:12.0.0-beta.1") } diff --git a/viafabric-mc1212/src/main/resources/fabric.mod.json b/viafabric-mc1212/src/main/resources/fabric.mod.json index ca96070..862f73e 100644 --- a/viafabric-mc1212/src/main/resources/fabric.mod.json +++ b/viafabric-mc1212/src/main/resources/fabric.mod.json @@ -58,7 +58,7 @@ }, "depends": { "fabric-resource-loader-v0": "*", - "minecraft": ["1.21.2-rc.1"], + "minecraft": ["1.21.2"], "viafabric": "*" }, "recommends": {