This commit is contained in:
FlorianMichael 2024-10-23 15:19:05 +02:00
parent ce49d130df
commit d7b16f2de7
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
4 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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": {

View File

@ -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")
}

View File

@ -58,7 +58,7 @@
},
"depends": {
"fabric-resource-loader-v0": "*",
"minecraft": ["1.21.2-rc.1"],
"minecraft": ["1.21.2"],
"viafabric": "*"
},
"recommends": {