mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-15 10:35:14 +01:00
75fd16de9d
Starting with this commit, VF will now support LTS or generally common versions (besides the latest minor of every major version). Many people have requested this in the past and there is no reason to not just provide it, now 1.20.1 users don't have to use ViaProxy if they are using Fabric anyway.
11 lines
297 B
Plaintext
11 lines
297 B
Plaintext
dependencies {
|
|
minecraft("com.mojang:minecraft:1.20.1")
|
|
mappings("net.fabricmc:yarn:1.20.1+build.2:v2")
|
|
|
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.83.1+1.20.1")
|
|
modImplementation("com.terraformersmc:modmenu:7.1.0")
|
|
}
|
|
|
|
tasks.compileJava {
|
|
options.release.set(17)
|
|
} |