mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-11-21 01:13:09 +08:00
[Forge] Bump to final RB for 1.19.
This commit is contained in:
parent
ba8e4036e4
commit
96f791c5e5
@ -16,7 +16,7 @@
|
||||
val nextMajorMinecraftVersion: String = minecraftVersion.split('.').let { (useless, major) ->
|
||||
"$useless.${major.toInt() + 1}"
|
||||
}
|
||||
val forgeVersion = "41.0.98"
|
||||
val forgeVersion = "41.1.0"
|
||||
|
||||
val apiClasspath = configurations.create("apiClasspath") {
|
||||
isCanBeResolved = true
|
||||
|
Loading…
Reference in New Issue
Block a user