mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-12-20 16:07:36 +01:00
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
|
dependencies {
|
||
|
minecraft("com.mojang:minecraft:1.20.6")
|
||
|
mappings("net.fabricmc:yarn:1.20.6+build.1:v2")
|
||
|
|
||
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.97.8+1.20.6")
|
||
|
modImplementation("com.terraformersmc:modmenu:10.0.0-beta.1")
|
||
|
}
|
||
|
|
||
|
tasks.compileJava {
|
||
|
options.release.set(21)
|
||
|
}
|