From c2ecdf41222d32eab281a749eac73da11ac5cbe5 Mon Sep 17 00:00:00 2001 From: 2No2Name <2No2Name@web.de> Date: Tue, 4 Feb 2025 05:36:32 +0100 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b970e938b..5e3da3043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ _LithiumVersion_ is automatically replaced with the lithium version, e.g. 0.14.5 Everything above the line is ignored and not included in the changelog. Everything below will be in the changelog on GitHub, Modrinth and CurseForge. ---------- -Lithium _LithiumVersion_ for Minecraft _MCVersion_ includes a new optimization, a bugfix and improves mod compatibility. +Lithium _LithiumVersion_ for Minecraft _MCVersion_ includes a new optimization, a few bugfixes and improves mod compatibility. Make sure to take a backup of your world before using the mod and please report any bugs and mod compatibility issues at the [issue tracker](https://github.com/CaffeineMC/lithium-fabric/issues). You can check the [description of each optimization](https://github.com/CaffeineMC/lithium/blob/_ReleaseTag_/lithium-mixin-config.md) and how to disable it when encountering a problem. @@ -16,4 +16,5 @@ Make sure to take a backup of your world before using the mod and please report - Use worlds for thread tests instead of minecraft server to improve compatibility with the worldthreader mod ## Fixes -- Set default return value in LithiumHashPalette copy \ No newline at end of file +- Set default return value in LithiumHashPalette copy +- Fix incorrect handling of fire, lava and soul fire in experimental block touching optimization \ No newline at end of file