Release 7.2.3

This commit is contained in:
Matthew Miller 2021-02-19 19:34:43 +10:00
parent 3c161db9a4
commit 135941e3a9
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
7.2.3
- [Forge/Fabric] Added -mod jar file containing both Fabric and Forge
- [Forge/Fabric] Speed up WorldEdit<->Native block translation layer in some cases
- [Fabric] Disable support for the UPDATE side effect when Carpet or QuickCarpet are available, due to conflict
- Improve performance when working with tile entities
- [Bukkit] Further tile entity performance improvements when using Paper (not Spigot)
- Speed up initialisation from registries at startup, especially when many mods are in use
7.2.2
- [Bukkit] Add support for MC 1.16.5.
- [Fabric] Add support for Lucko's Fabric Permissions API.

View File

@ -1,5 +1,5 @@
group=com.sk89q.worldedit
version=7.2.3-SNAPSHOT
version=7.2.3
org.gradle.jvmargs=-Xmx1512M
org.gradle.parallel=true