mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-04 08:59:59 +01:00
67c977009b
* Finally fix the cursed loom 1.5 update. * Formatstyle adjustment. Tabs make this look ugly.
11 lines
297 B
Plaintext
11 lines
297 B
Plaintext
dependencies {
|
|
minecraft("com.mojang:minecraft:1.18.2")
|
|
mappings("net.fabricmc:yarn:1.18.2+build.4:v2")
|
|
|
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.76.0+1.18.2")
|
|
modImplementation("com.terraformersmc:modmenu:3.2.5")
|
|
}
|
|
|
|
tasks.compileJava {
|
|
options.release.set(17)
|
|
} |