Skip to content

Commit

Permalink
Release 7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed May 8, 2024
1 parent 98e8720 commit 2e55f4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
7.3.1
- Added support for 1.20.5/1.20.6
- Improved warnings when run on unsupported platforms
- Removed some old data that was inflating the jar size
- Disable chunk batching by default. We don't feel it makes sense in modern MC outside of potentially niche situations

7.3.0
- Added an `//update [sideEffect]` command to apply side effects to a selection
- Added a schematic sharing system and corresponding API, with `/schem share`
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.1-SNAPSHOT
version=7.3.1

org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true

0 comments on commit 2e55f4f

Please sign in to comment.