From bcfcec9801bd867d6d39da1670b61aa2a64b8fd3 Mon Sep 17 00:00:00 2001 From: zenfyr Date: Tue, 7 Jul 2026 18:49:08 +0700 Subject: [PATCH] chore: CHANGELOG.md --- CHANGELOG.md | 50 +++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 47 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 552d8b9e..d99cec70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,49 @@ # What's New: -- Adds [Launchpad](https://modrinth.com/mod/launchpad) support for 26.1.2 (Requires new Pulsar version!) -- Moved Andromeda's creative mode tab to a module and added Andromeda items to vanilla tabs. -- A bunch of internal refactors, but those aren't visible here :P +- New Module! `[items/fire_damage]`! +- More internal cleanups + +## `[blocks/guarded_loot]` + +- Moved the lockpick option to the `items/lockpick` module. + +## `[entities/boats]` + +- Rewrote logic to calculate collisions for the TNT Boat on the server, no longer blindly trusting the client. + +## `[items/fire_damage]` + +- New Module! Apply damage to wooden and leather items when set on fire! Also disables the shield. + +## `[items/infinite_totem]` + +- Rewrote the logic to not spam velocity updates every tick, requires update on the client! + +## `[items/magnet]` + +- GUI Particles are now controlled by the `gui/gui_particles` module. +- The "progress" bar for the magnet is now hidden, it's not accurate as, unlike the bundle, tha magnet can track a basically unlimited amount items. + +## `[items/pouches]` + +- Added `command` loot context to loot tables. +- Reduced the amount of dropped items. + +## `[items/tooltips]` + +- Broken tooltips, like clock outside the overworld or unlinked compasses, will now show obfuscated text instead of glitching weirdly. +Should make using with `gui/name_tooltips` way nicer. + +## `[misc/recipe_advancements_generation]` + +- The module now skips recipes if they already have an advancement for them. + +## `[misc/translations]` + +- Moved downloads to a background executor. +- Downloads on lang change shouldn't block the main thread. + +## `[world/falling_beenests]` + +- Added `block` loot context to the loot table. +- Reduced the amount of dropped honeycombs. \ No newline at end of file -- 2.51.2