Release 7.2.11 Beta 1

This commit is contained in:
Madeline Miller 2022-06-18 12:58:27 +10:00
parent 3433e40d51
commit 087758992c
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.2.11
- Update to 1.19
- Fixed block state mask not working with string/enum properties
- Fixed //stack causing an error when given a count of 0
- Reduced initial memory usage on load
7.2.10
- [Forge] Fixed a bug where the max world height would not always be read correctly
- [Bukkit] Fixed detection of other plugins bundling WorldEdit for newer Spigot versions

View File

@ -1,5 +1,5 @@
group=com.sk89q.worldedit
version=7.2.11-SNAPSHOT
version=7.2.11-beta-01
org.gradle.jvmargs=-Xmx2G
org.gradle.parallel=true