mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-01-18 12:34:20 +08:00
[Fabric] Update to 1.16.2
This commit is contained in:
parent
484a5dbd2d
commit
e0718dd319
@ -25,8 +25,8 @@
|
||||
accessWidener("src/main/resources/worldedit.accesswidener")
|
||||
}
|
||||
|
||||
val minecraftVersion = "1.16.2-rc2"
|
||||
val yarnMappings = "1.16.2-rc2+build.1:v2"
|
||||
val minecraftVersion = "1.16.2"
|
||||
val yarnMappings = "1.16.2+build.1:v2"
|
||||
val loaderVersion = "0.9.1+build.205"
|
||||
|
||||
configurations.all {
|
||||
@ -53,7 +53,7 @@
|
||||
"modImplementation"("net.fabricmc:fabric-loader:$loaderVersion")
|
||||
|
||||
// [1] declare fabric-api dependency...
|
||||
"fabricApi"("net.fabricmc.fabric-api:fabric-api:0.17.1+build.394-1.16")
|
||||
"fabricApi"("net.fabricmc.fabric-api:fabric-api:0.17.2+build.396-1.16")
|
||||
|
||||
// [2] Load the API dependencies from the fabric mod json...
|
||||
@Suppress("UNCHECKED_CAST")
|
||||
|
Loading…
Reference in New Issue
Block a user