Release 7.3.1

This commit is contained in:
Madeline Miller 2024-05-08 19:48:06 +10:00
parent 98e8720ff8
commit 2e55f4fb39
No known key found for this signature in database
GPG Key ID: B8EA2E5693115D81
2 changed files with 7 additions and 1 deletions

View File

@ -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`

View File

@ -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