mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-21 11:35:16 +01:00
0.4.10, 23w14a
This commit is contained in:
parent
1570501acc
commit
afb0797f06
@ -20,7 +20,7 @@ def ENV = System.getenv()
|
|||||||
|
|
||||||
group = "com.viaversion.fabric"
|
group = "com.viaversion.fabric"
|
||||||
description = "Client-side and server-side ViaVersion implementation for 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")
|
logger.lifecycle("Building ViaFabric: $version")
|
||||||
|
|
||||||
def getBranch() {
|
def getBranch() {
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
|
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
|
||||||
|
|
||||||
loader_version=0.14.19
|
loader_version=0.14.19
|
||||||
viaver_version=4.7.0-23w13a-SNAPSHOT
|
viaver_version=4.7.0-23w14a-SNAPSHOT
|
||||||
yaml_version=2.0
|
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
|
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
|
# example: 1.19.1-rc2
|
||||||
modrinth_mc_snapshot=23w13a
|
modrinth_mc_snapshot=23w14a
|
||||||
# example: 1.19-Snapshot
|
# example: 1.19-Snapshot
|
||||||
curseforge_mc_snapshot=1.20-Snapshot
|
curseforge_mc_snapshot=1.20-Snapshot
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
dependencies {
|
dependencies {
|
||||||
minecraft("com.mojang:minecraft:23w13a")
|
minecraft("com.mojang:minecraft:23w14a")
|
||||||
mappings("net.fabricmc:yarn:23w13a+build.3:v2")
|
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")
|
modImplementation("com.terraformersmc:modmenu:6.1.0-rc.4")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user