From 8902c86864c77afdb9c86c4324e6a91695c80f2d Mon Sep 17 00:00:00 2001 From: nossr50 Date: Sat, 30 Mar 2024 06:27:21 -0700 Subject: [PATCH] update changelog --- Changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.txt b/Changelog.txt index 0fa6201a6..201612610 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -30,7 +30,8 @@ Version 2.2.000 Locale Added locale entries for motherlode, cleancuts, and verdant bounty - Codebase + Codebase / Misc + PAPI's '/papi reload' command will no longer unload mcMMO (thanks gecko10000) Major rewrite for how random chance was handled in the code Many skills with RNG elements now send out a SubSkillEvent (which can be used to modify probability or cancel the results), some skills without RNG still send out this event when activated, this event is cancellable so it can be used to make a skill fail A lot of new unit tests were added to help keep mcMMO stable as part of this update, of course, more could always be added.