mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-24 12:06:11 +01:00
bfc295e5b8
* Update ViaVersion, CI and MC dependencies. * Ensure publish only works on ViaVersion repo. * Fix Mod Menu versions in 1.14.4 and 1.15.2. * Update yarn for 1.18.2, 1.19.4 and 1.20.1.
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
dependencies {
|
|
minecraft("com.mojang:minecraft:1.19.4")
|
|
mappings("net.fabricmc:yarn:1.19.4+build.2:v2")
|
|
|
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.83.0+1.19.4")
|
|
modImplementation("com.terraformersmc:modmenu:6.2.3")
|
|
}
|
|
|
|
tasks.compileJava {
|
|
options.release.set(17)
|
|
}
|