Skip to content

Commit

Permalink
Build against the latest Forge release, to attempt to fix some mixin …
Browse files Browse the repository at this point in the history
…crashes some people are experiencing
  • Loading branch information
me4502 committed Feb 17, 2024
1 parent 73222ba commit ed36e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worldedit-forge/build.gradle.kts
Expand Up @@ -16,7 +16,7 @@ val minecraftVersion = "1.20.4"
val nextMajorMinecraftVersion: String = minecraftVersion.split('.').let { (useless, major) ->
"$useless.${major.toInt() + 1}"
}
val forgeVersion = "49.0.3"
val forgeVersion = "49.0.30"

val apiClasspath = configurations.create("apiClasspath") {
isCanBeResolved = true
Expand Down

0 comments on commit ed36e74

Please sign in to comment.