mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-21 11:35:16 +01:00
Upstream deps, Set loader to 0.15.11, Via 5.0.1-SNAPSHOT. (#345)
This commit is contained in:
parent
127e7ed9e2
commit
b0a68be851
@ -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()
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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")
|
||||
}
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user