mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-12-18 15:47:46 +01:00
510d0fe993
* Update Mod Menu and Fabric API for 1.20.x. * Update 1.20.4 yarn to build 3.
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.91.3+1.20.4")
|
|
modImplementation("com.terraformersmc:modmenu:9.0.0")
|
|
}
|
|
|
|
tasks.compileJava {
|
|
options.release.set(17)
|
|
}
|