1.17-pre2

This commit is contained in:
creeper123123321 2021-05-31 17:04:00 -03:00
parent 96f3da8557
commit 9b21962c30
2 changed files with 3 additions and 3 deletions

View File

@ -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()

View File

@ -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")