0.4.10, 23w14a

This commit is contained in:
creeper123123321 2023-04-08 11:25:29 -03:00
parent 1570501acc
commit afb0797f06
3 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@ def ENV = System.getenv()
group = "com.viaversion.fabric"
description = "Client-side and server-side ViaVersion implementation for Fabric"
version = "0.4.9+" + ENV.GITHUB_RUN_NUMBER + "-" + getBranch()
version = "0.4.10+" + ENV.GITHUB_RUN_NUMBER + "-" + getBranch()
logger.lifecycle("Building ViaFabric: $version")
def getBranch() {

View File

@ -3,11 +3,11 @@
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
loader_version=0.14.19
viaver_version=4.7.0-23w13a-SNAPSHOT
viaver_version=4.7.0-23w14a-SNAPSHOT
yaml_version=2.0
publish_mc_versions=1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4, 1.8.9
# example: 1.19.1-rc2
modrinth_mc_snapshot=23w13a
modrinth_mc_snapshot=23w14a
# example: 1.19-Snapshot
curseforge_mc_snapshot=1.20-Snapshot

View File

@ -1,8 +1,8 @@
dependencies {
minecraft("com.mojang:minecraft:23w13a")
mappings("net.fabricmc:yarn:23w13a+build.3:v2")
minecraft("com.mojang:minecraft:23w14a")
mappings("net.fabricmc:yarn:23w14a+build.4:v2")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.76.2+1.20")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.77.0+1.20")
modImplementation("com.terraformersmc:modmenu:6.1.0-rc.4")
}