mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-21 11:35:16 +01:00
2aced1f5f5
This is split into several commits so that Git doesn't break completely
11 lines
297 B
Plaintext
11 lines
297 B
Plaintext
dependencies {
|
|
minecraft("com.mojang:minecraft:1.17.1")
|
|
mappings("net.fabricmc:yarn:1.17.1+build.65:v2")
|
|
|
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.46.1+1.17")
|
|
modImplementation("com.terraformersmc:modmenu:2.0.17")
|
|
}
|
|
|
|
tasks.compileJava {
|
|
options.release.set(16)
|
|
} |