mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-12-21 16:17:37 +01:00
1.18-pre5
This commit is contained in:
parent
1abd584d95
commit
8a5982434e
@ -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"
|
||||
|
@ -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")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user