ViaFabric/viafabric-mc120/build.gradle.kts
Kichura 4cdceacb94
23w18a support, CI updates, Minor README adjustments (#242)
* 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>
2023-05-08 18:09:40 -03:00

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)
}