Prepare for ViaVersion 4.8.1, Update 1.20.2 dependencies. (#274)

This commit is contained in:
Kichura 2023-10-03 21:46:59 +02:00 committed by GitHub
parent 0e538ee6e8
commit 399dd9003f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
loader_version=0.14.22
viaver_version=4.8.0
viaver_version=4.8.1
yaml_version=2.2
publish_mc_versions=1.20.2, 1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4, 1.8.9

View File

@ -14,7 +14,7 @@
"depends": {
"fabricloader": ">=0.14.0",
"minecraft": ["1.8.9", "1.14.4", "1.15.2", "1.16.5", "1.17.1", "1.18.2", "1.19.4", "1.20.2"],
"viaversion": ">=4.8.0"
"viaversion": ">=4.8.1"
},
"breaks": {
"viafabricplus": "*"

View File

@ -1,9 +1,9 @@
dependencies {
minecraft("com.mojang:minecraft:1.20.2")
mappings("net.fabricmc:yarn:1.20.2+build.1:v2")
mappings("net.fabricmc:yarn:1.20.2+build.2:v2")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.89.0+1.20.2")
modImplementation("com.terraformersmc:modmenu:8.0.0-beta.2")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.89.3+1.20.2")
modImplementation("com.terraformersmc:modmenu:8.0.0")
}
tasks.compileJava {