mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-12-21 16:17:37 +01:00
1.17-pre2
This commit is contained in:
parent
96f3da8557
commit
9b21962c30
@ -10,7 +10,7 @@ plugins {
|
||||
}
|
||||
|
||||
def ENV = System.getenv()
|
||||
def vvVer = "4.0.0-1.17-pre1-SNAPSHOT"
|
||||
def vvVer = "4.0.0-1.17-pre2-SNAPSHOT"
|
||||
|
||||
description = "Client-side and server-side ViaVersion implementation for Fabric"
|
||||
version = "0.4.0+" + ENV.GITHUB_RUN_NUMBER + "-" + getBranch()
|
||||
|
@ -1,8 +1,8 @@
|
||||
version = rootProject.version
|
||||
|
||||
dependencies {
|
||||
minecraft("com.mojang:minecraft:1.17-pre1")
|
||||
mappings("net.fabricmc:yarn:1.17-pre1+build.9:v2")
|
||||
minecraft("com.mojang:minecraft:1.17-pre2")
|
||||
mappings("net.fabricmc:yarn:1.17-pre2+build.1:v2")
|
||||
|
||||
modImplementation("net.fabricmc.fabric-api:fabric-api:0.34.8+1.17")
|
||||
modImplementation("com.terraformersmc:modmenu:2.0.0-beta.5")
|
||||
|
Loading…
Reference in New Issue
Block a user