Release 7.2.6

This commit is contained in:
Madeline Miller 2021-08-22 13:54:14 +10:00
parent f049d5613f
commit 4b2d1e7468
2 changed files with 5 additions and 1 deletions

View File

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

View File

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