1.18-pre5

This commit is contained in:
creeper123123321 2021-11-19 19:17:36 -03:00
parent 1abd584d95
commit 8a5982434e
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ plugins {
}
def ENV = System.getenv()
def vvVer = "4.1.0-1.18-pre4-SNAPSHOT"
def vvVer = "4.1.0-1.18-pre5-SNAPSHOT"
def yamlVer = "1.29"
description = "Client-side and server-side ViaVersion implementation for Fabric"

View File

@ -1,7 +1,7 @@
dependencies {
minecraft("com.mojang:minecraft:1.18-pre4")
mappings("net.fabricmc:yarn:1.18-pre4+build.3:v2")
minecraft("com.mojang:minecraft:1.18-pre5")
mappings("net.fabricmc:yarn:1.18-pre5+build.2:v2")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.42.7+1.18")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.42.8+1.18")
modImplementation("com.terraformersmc:modmenu:3.0.0")
}