mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-28 12:45:25 +01:00
683a7128b7
* 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
12 lines
298 B
Plaintext
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)
|
|
}
|