Skip to content

Commit

Permalink
Merge branch 'version/7.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Feb 3, 2024
2 parents 062653e + 73222ba commit bfa1c74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Expand Up @@ -35,6 +35,10 @@
- [Bukkit] Remove legacy data folder migration code from 2012
- [Bukkit] Remove support for all versions prior to 1.17.1, and non-latest patches of 1.18 and 1.19

7.2.19
- [Forge] Fixed Forge mixin issues in the hybrid mod jar
- Improve error handling for unsupported Sponge Schematic versions

7.2.18
- Update to 1.20.4
- Fixed ellipsoid and cylinder regions not fully clearing
Expand Down
2 changes: 1 addition & 1 deletion worldedit-core/build.gradle.kts
Expand Up @@ -72,7 +72,7 @@ dependencies {
"compileOnly"("com.google.auto.value:auto-value-annotations:${Versions.AUTO_VALUE}")
"annotationProcessor"("com.google.auto.value:auto-value:${Versions.AUTO_VALUE}")

"languageFiles"("${project.group}:worldedit-lang:7.2.16:1029@zip")
"languageFiles"("${project.group}:worldedit-lang:7.2.19:1202@zip")

"testRuntimeOnly"("org.apache.logging.log4j:log4j-core:${Versions.LOG4J}")
}
Expand Down

0 comments on commit bfa1c74

Please sign in to comment.