mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-15 10:35:14 +01:00
5ddaaf61d0
* Update loader to 0.15.7. * Update API to 0.96.1.
12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
dependencies {
|
|
minecraft("com.mojang:minecraft:1.20.4")
|
|
mappings("net.fabricmc:yarn:1.20.4+build.3:v2")
|
|
|
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.96.1+1.20.4")
|
|
modImplementation("com.terraformersmc:modmenu:9.0.0")
|
|
}
|
|
|
|
tasks.compileJava {
|
|
options.release.set(17)
|
|
}
|