Skip to content

Commit

Permalink
Update Fabric to 1.20.3 final release
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Dec 6, 2023
1 parent 42a5f1e commit c8d5e1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions worldedit-fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ applyShadowConfiguration()
apply(plugin = "fabric-loom")
apply(plugin = "java-library")

val minecraftVersion = "1.20.3-pre2"
val loaderVersion = "0.14.24"
val minecraftVersion = "1.20.3"
val loaderVersion = "0.15.0"

val fabricApiConfiguration: Configuration = configurations.create("fabricApi")

Expand Down Expand Up @@ -64,7 +64,7 @@ dependencies {
.toSet()
// [2] Request the matching dependency from fabric-loom
for (wantedDependency in wantedDependencies) {
val dep = project.the<FabricApiExtension>().module(wantedDependency, "0.90.11+1.20.3")
val dep = project.the<FabricApiExtension>().module(wantedDependency, "0.91.1+1.20.3")
"include"(dep)
"modImplementation"(dep)
}
Expand Down

0 comments on commit c8d5e1e

Please sign in to comment.