mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +08:00
Some final version updates
This commit is contained in:
parent
48d7ccc1b2
commit
2fda9a12a2
@ -48,7 +48,7 @@
|
||||
"modImplementation"("net.fabricmc:fabric-loader:$loaderVersion")
|
||||
|
||||
// [1] declare fabric-api dependency...
|
||||
"fabricApi"("net.fabricmc.fabric-api:fabric-api:0.47.8+1.18.2")
|
||||
"fabricApi"("net.fabricmc.fabric-api:fabric-api:0.47.9+1.18.2")
|
||||
|
||||
// [2] Load the API dependencies from the fabric mod json...
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
|
@ -16,7 +16,7 @@
|
||||
val nextMajorMinecraftVersion: String = minecraftVersion.split('.').let { (useless, major) ->
|
||||
"$useless.${major.toInt() + 1}"
|
||||
}
|
||||
val forgeVersion = "40.0.1"
|
||||
val forgeVersion = "40.0.3"
|
||||
|
||||
val apiClasspath = configurations.create("apiClasspath") {
|
||||
isCanBeResolved = true
|
||||
|
Loading…
Reference in New Issue
Block a user