mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-03-07 13:48:00 +08:00
Release 7.2.2.
This commit is contained in:
parent
ef9af59ce5
commit
fc3c499847
@ -1,3 +1,12 @@
|
||||
7.2.2
|
||||
- [Bukkit] Add support for MC 1.16.5.
|
||||
- [Fabric] Add support for Lucko's Fabric Permissions API.
|
||||
- [Fabric] Fix the chunk deleter tool not running.
|
||||
- Fix repeating extent (e.g. clipboard pattern) direction being incorrect at negative coordinates.
|
||||
- Fix CUI having wrong selection when switching to an ellipsoid selector.
|
||||
- Fix some CUI lifecycle issues.
|
||||
- Fix SideEffectSet.none() using defaults (instead of off).
|
||||
|
||||
7.2.1
|
||||
- Fix some usability issues with the default wand tools and session-persisted
|
||||
tools conflicting. Wands will now only be saved per-session if they differ
|
||||
|
@ -1,5 +1,5 @@
|
||||
group=com.sk89q.worldedit
|
||||
version=7.2.2-SNAPSHOT
|
||||
version=7.2.2
|
||||
|
||||
org.gradle.jvmargs=-Xmx1512M
|
||||
org.gradle.parallel=true
|
||||
|
Loading…
Reference in New Issue
Block a user