mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-03-07 13:48:00 +08:00
Release 7.2.6
This commit is contained in:
parent
f049d5613f
commit
4b2d1e7468
@ -11,6 +11,10 @@
|
||||
- Support 48x48x48 //drawsel on new versions of Minecraft
|
||||
- Fixed the offset mask forcing negation of itself
|
||||
- Fixed //regen breaking when some certain mods are in use
|
||||
- Fixed cycler tool removing NBT data
|
||||
- Improved performance of event bus in situations where it was flooded with data
|
||||
- Improve performance of poorly constructed masks with heavily-nested negation
|
||||
- Fixed error when using /delchunks with non-cuboid regions
|
||||
|
||||
7.2.5
|
||||
- Allow /toggleplace to work on any Locatable Actor, e.g. Command Blocks
|
||||
|
@ -1,5 +1,5 @@
|
||||
group=com.sk89q.worldedit
|
||||
version=7.2.6-SNAPSHOT
|
||||
version=7.2.6
|
||||
|
||||
org.gradle.jvmargs=-Xmx1512M
|
||||
org.gradle.parallel=true
|
||||
|
Loading…
Reference in New Issue
Block a user