mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-16 10:45:15 +01:00
91a0a1809d
* Prepare to update to 1.20.3. (Hunt for errors first) * Correct report URL in value, Update Mod Menu. * Fixed compile errors --------- Co-authored-by: FlorianMichael <60033407+FlorianMichael@users.noreply.github.com>
12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
dependencies {
|
|
minecraft("com.mojang:minecraft:1.20.3")
|
|
mappings("net.fabricmc:yarn:1.20.3+build.1:v2")
|
|
|
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.91.1+1.20.3")
|
|
modImplementation("com.terraformersmc:modmenu:9.0.0-pre.1")
|
|
}
|
|
|
|
tasks.compileJava {
|
|
options.release.set(17)
|
|
}
|