From 1742f984260def92bfa75fef50fe91127497d7fe Mon Sep 17 00:00:00 2001 From: Madeline Miller Date: Fri, 18 Mar 2022 16:09:43 +1000 Subject: [PATCH] Release 7.2.10 --- CHANGELOG.txt | 29 ++++++++++++++++++++--------- gradle.properties | 2 +- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 533362439..02328b4bc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,13 +1,24 @@ +7.2.10 +- [Forge] Fixed a bug where the max world height would not always be read correctly +- [Bukkit] Fixed detection of other plugins bundling WorldEdit for newer Spigot versions +- [Forge] [Fabric] Improve fluid masks to properly detect mod fluids +- [Forge] Fixed the UPDATE side effect +- Update to 1.18.2 +- Moved external links away from tinyurl to EngineHub URL shortener +- Allowed biome commands to be used by non-player actors (console, command block, etc) +- Fixed the UPDATE side effect not applying when called later on by API or FAST reorder mode +- Fixed entity passenger and riding status not being copied correctly + 7.2.9 -* [Forge] Add support for the UPDATE side effect -* [Forge] Fixed regen on recent Forge builds -* [Fabric] Fixed regen outside of Overworld -* [Sponge] Update to Sponge API8 (MC 1.16.5) -* [Bukkit] Fixed regen when biomes are used -* Fixed snapshots in 1.18 -* Fixed smooth functions below y=0 -* Tweak command usage label correctness for Bukkit API usage -* Fixed legacy error message output for plugins utilising our legacy APIs (Eg, WorldGuard and CraftBook) +- [Forge] Add support for the UPDATE side effect +- [Forge] Fixed regen on recent Forge builds +- [Fabric] Fixed regen outside of Overworld +- [Sponge] Update to Sponge API8 (MC 1.16.5) +- [Bukkit] Fixed regen when biomes are used +- Fixed snapshots in 1.18 +- Fixed smooth functions below y=0 +- Tweak command usage label correctness for Bukkit API usage +- Fixed legacy error message output for plugins utilising our legacy APIs (Eg, WorldGuard and CraftBook) 7.2.8 - Update to 1.18.1 diff --git a/gradle.properties b/gradle.properties index d97f40a78..452fa1e79 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.sk89q.worldedit -version=7.2.10-SNAPSHOT +version=7.2.10 org.gradle.jvmargs=-Xmx1512M org.gradle.parallel=true