ViaFabric/viafabric-mc119/build.gradle.kts
F 683a7128b7
Fixes 1.19.2 -> 1.19.0 Protocol (#200)
* implemented 1.19.2 -> 1.19.0 Signatures

* moved Protocol Patching

* removed old loading

* some finally improvements

* fixed compile issue

* finally fixed edge-case

* resolve conflict #1
2022-11-05 19:08:10 -03:00

12 lines
298 B
Plaintext

dependencies {
minecraft("com.mojang:minecraft:1.19.2")
mappings("net.fabricmc:yarn:1.19.2+build.8:v2")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.60.0+1.19.2")
modImplementation("com.terraformersmc:modmenu:4.0.6")
}
tasks.compileJava {
options.release.set(17)
}