mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-15 04:41:37 +08:00
Release 7.3.5
This commit is contained in:
parent
2dbcae3d0a
commit
8ba3d89631
@ -1,3 +1,9 @@
|
||||
7.3.5
|
||||
- [Bukkit] Utilise new Bukkit registry API, allowing WorldEdit to work with Commodore disabled (`paper.disableOldApiSupport` flag on Paper)
|
||||
- Fix queryRel not behaving correctly in //deform and the deform brush
|
||||
- Shutdown the executor service on disable, to prevent waiting on async tasks before shutting down
|
||||
- Remove legacy code for pre-1.16 //drawsel handling
|
||||
|
||||
7.3.4
|
||||
- Added support for 1.21
|
||||
- Fixed an issue where //drawsel can prevent using //world overrides in some situation
|
||||
|
@ -1,5 +1,5 @@
|
||||
group=com.sk89q.worldedit
|
||||
version=7.3.5-SNAPSHOT
|
||||
version=7.3.5
|
||||
|
||||
org.gradle.jvmargs=-Xmx1500M
|
||||
org.gradle.parallel=true
|
||||
|
Loading…
Reference in New Issue
Block a user