This commit is contained in:
creeper123123321 2021-12-01 20:30:07 -03:00
parent 8f317b0318
commit 33a07403d2
2 changed files with 5 additions and 5 deletions

View File

@ -13,11 +13,11 @@ plugins {
}
def ENV = System.getenv()
def vvVer = "4.1.0-1.18-rc3-SNAPSHOT"
def vvVer = "4.1.1-SNAPSHOT"
def yamlVer = "1.29"
description = "Client-side and server-side ViaVersion implementation for Fabric"
version = "0.4.4+" + ENV.GITHUB_RUN_NUMBER + "-" + getBranch()
version = "0.4.5+" + ENV.GITHUB_RUN_NUMBER + "-" + getBranch()
logger.lifecycle("Building ViaFabric: $version")
def getBranch() {
@ -179,7 +179,7 @@ curseforge {
id = "391298"
changelog = "A changelog can be found at https://github.com/ViaVersion/ViaFabric/commits"
releaseType = "alpha"
Arrays.<String> asList("1.18-Snapshot", "1.17.1", "1.16.5", "1.15.2", "1.14.4", "1.8.9",
Arrays.<String> asList("1.18", "1.17.1", "1.16.5", "1.15.2", "1.14.4", "1.8.9",
"Java 8", "Java 9", "Java 10", "Java 11", "Java 12", "Java 13", "Java 14", "Java 15", "Java 16", "Java 17", "Fabric")
.forEach { ver -> addGameVersion(ver) }

View File

@ -1,6 +1,6 @@
dependencies {
minecraft("com.mojang:minecraft:1.18-rc3")
mappings("net.fabricmc:yarn:1.18-rc3+build.1:v2")
minecraft("com.mojang:minecraft:1.18")
mappings("net.fabricmc:yarn:1.18+build.1:v2")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.43.1+1.18")
modImplementation("com.terraformersmc:modmenu:3.0.0")