mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-12-18 15:47:46 +01:00
e0d19dbe8c
* 1.20.3->1.20.4, Update authors list. * Revert to 1.20.3 being compatible.
12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
dependencies {
|
|
minecraft("com.mojang:minecraft:1.20.4")
|
|
mappings("net.fabricmc:yarn:1.20.4+build.1:v2")
|
|
|
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.91.1+1.20.4")
|
|
modImplementation("com.terraformersmc:modmenu:9.0.0-pre.1")
|
|
}
|
|
|
|
tasks.compileJava {
|
|
options.release.set(17)
|
|
}
|