mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-11-27 04:00:48 +08:00
Release 7.2.11 Beta 1
This commit is contained in:
parent
3433e40d51
commit
087758992c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user