Skip to content

Commit

Permalink
Release 7.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Jan 25, 2025
1 parent b0c1462 commit 768a436
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
- Added support for 1.21.4
- Improved a few translation lines relating to URLs and newlines
- Fixed issues relating to block entities in generated features and structures
- Added support for pale oak tree variants in the tree commands
- [Paper] Fixed loading extra jars from the WorldEdit folder with Paper's remapping
- [NeoForge] Fixed NeoForge's platform name listing "Forge" instead of "NeoForge"
- [Fabric] Worked around an error caused by other mods bundling old versions of the Fabric Permissions API that are incompatible with MC 1.21.4

7.3.9
- Added support for 1.21.3
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=com.sk89q.worldedit
version=7.3.10-SNAPSHOT
version=7.3.10

org.gradle.jvmargs=-Xmx1500M
org.gradle.parallel=true
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ minimumAsm = "9.7"
minimumJdependency = "2.10"
minimumTinyRemapper = "0.8.11"

lang-worldeditBase = "7.3.9"
lang-version = "1642"
lang-worldeditBase = "7.3.10"
lang-version = "1707"

[libraries]
neogradle-neoform = { module = "net.neoforged.gradle:neoform", version.ref = "neogradle" }
Expand Down

0 comments on commit 768a436

Please sign in to comment.