From b775df753600c444566d4d3abc54e29f4c6cc205 Mon Sep 17 00:00:00 2001 From: melontini <104443436+melontini@users.noreply.github.com> Date: Fri, 26 Apr 2024 22:57:09 +0700 Subject: [PATCH] CHANGELOG.md --- CHANGELOG.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0208e1c..7e49c4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ ### What's New: -* Exposed Expressions in the `api` package. -* You can now specify `commander:commands` in advancement rewards. -* Mappings are no longer downloaded on startup. -* Added shaded licenses. -* Fixed conditioned selector crash on 1.20.4. \ No newline at end of file +* Added entity parameter to `cmd:explode`. The entity will be marked as the "creator" of the explosion and other entities will redirect their anger to the entity if affected by the explosion. +* Added fire parameter to `cmd:explode`. Creates fire, if true. +* Fixed `double` casts converting numbers to scientific notation. +* `long` and `int` casts no longer actually convert to their types, instead they truncate the trailing zeros. \ No newline at end of file -- 2.51.2