mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-16 10:45:15 +01:00
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
dependencies {
|
|
minecraft("com.mojang:minecraft:1.20.2")
|
|
mappings("net.fabricmc:yarn:1.20.2+build.2:v2")
|
|
|
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.89.3+1.20.2")
|
|
modImplementation("com.terraformersmc:modmenu:8.0.0")
|
|
}
|
|
|
|
tasks.compileJava {
|
|
options.release.set(17)
|
|
}
|