mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-01-06 12:16:11 +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
|
7.2.10
|
||||||
- [Forge] Fixed a bug where the max world height would not always be read correctly
|
- [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
|
- [Bukkit] Fixed detection of other plugins bundling WorldEdit for newer Spigot versions
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
group=com.sk89q.worldedit
|
group=com.sk89q.worldedit
|
||||||
version=7.2.11-SNAPSHOT
|
version=7.2.11-beta-01
|
||||||
|
|
||||||
org.gradle.jvmargs=-Xmx2G
|
org.gradle.jvmargs=-Xmx2G
|
||||||
org.gradle.parallel=true
|
org.gradle.parallel=true
|
||||||
|
Loading…
Reference in New Issue
Block a user