Upstream deps, Set loader to 0.15.11, Via 5.0.1-SNAPSHOT. (#345)

This commit is contained in:
Kichura 2024-06-17 19:11:10 +02:00 committed by GitHub
parent 127e7ed9e2
commit b0a68be851
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@ plugins {
id "com.modrinth.minotaur" version "2.8.7"
id "fabric-loom" version "1.6-SNAPSHOT" apply false
id "com.github.ben-manes.versions" version "0.51.0"
id "xyz.wagyourtail.jvmdowngrader" version "0.6.1"
id "xyz.wagyourtail.jvmdowngrader" version "0.7.1"
}
def ENV = System.getenv()

View File

@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
loader_version=0.15.11
viaver_version=5.0.0
viaver_version=5.0.1-SNAPSHOT
yaml_version=2.2
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, 1.12.2, 1.8.9

View File

@ -12,7 +12,7 @@
"discord": "https://discord.gg/viaversion"
},
"depends": {
"fabricloader": ">=0.14.0",
"fabricloader": ">=0.15.11",
"minecraft": ["1.8.9", "1.12.2", "1.14.4", "1.15.2", "1.16.5", "1.17.1", "1.18.2", "1.19.4", "1.20.1", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21"],
"viaversion": ">=5.0.0"
},

View File

@ -1,8 +1,8 @@
dependencies {
minecraft("com.mojang:minecraft:1.20.6")
mappings("net.fabricmc:yarn:1.20.6+build.1:v2")
mappings("net.fabricmc:yarn:1.20.6+build.3:v2")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.98.0+1.20.6")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.100.0+1.20.6")
modImplementation("com.terraformersmc:modmenu:10.0.0-beta.1")
}

View File

@ -1,9 +1,9 @@
dependencies {
minecraft("com.mojang:minecraft:1.21")
mappings("net.fabricmc:yarn:1.21+build.1:v2")
mappings("net.fabricmc:yarn:1.21+build.2:v2")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.100.1+1.21")
modImplementation("com.terraformersmc:modmenu:11.0.0-beta.1")
modImplementation("com.terraformersmc:modmenu:11.0.0-rc.4")
}
tasks.compileJava {