mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-12-21 16:17:37 +01:00
4cdceacb94
* Update to 23w18a. I have finally learned something incredible in the ViaVersion universe, Also i thank RK for his help. Co-Authored-By: RK_01 <50594595+RaphiMC@users.noreply.github.com> * Update Gradle dependencies and Jitpack. * [ci skip] Reference Modrinth properly, 1.19.4 too, Fix typos. * ViaForge and ViaFabricPlus are also on modrinth. And now let GitHub actions compile this entire thing. * Restore and fix viafabric ping textures. --------- Co-authored-by: RK_01 <50594595+RaphiMC@users.noreply.github.com>
12 lines
303 B
Plaintext
12 lines
303 B
Plaintext
dependencies {
|
|
minecraft("com.mojang:minecraft:23w18a")
|
|
mappings("net.fabricmc:yarn:23w18a+build.4:v2")
|
|
|
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.80.0+1.20")
|
|
modImplementation("com.terraformersmc:modmenu:7.0.0-beta.2")
|
|
}
|
|
|
|
tasks.compileJava {
|
|
options.release.set(17)
|
|
}
|