Skip to content

Commit

Permalink
Bump Mod Version & Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Feb 3, 2025
1 parent b3e0c91 commit 59f7a24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ _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_ adds many new features.
Lithium _LithiumVersion_ for Minecraft _MCVersion_ includes a new optimization, a bugfix 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.

## Additions
- Fast-path exit end portal search by counting nearby bedrock blocks. Reduces lag when placing the last end crystal when respawning the ender dragon.
- Fast-path exit end portal search by counting nearby bedrock blocks. Reduces lag when placing the last end crystal when respawning the ender dragon by 97%.
- Debug option for detecting invalid chunk data packets

## Changes
- Many changes
- Use worlds for thread tests instead of minecraft server to improve compatibility with the worldthreader mod

## Fixes
- No fixes
- Set default return value in LithiumHashPalette copy
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val FABRIC_API_VERSION by extra { "0.110.5+1.21.4" }
val PARCHMENT_VERSION by extra { null }

// https://semver.org/
val MOD_VERSION by extra { "0.14.7" }
val MOD_VERSION by extra { "0.14.8" }

allprojects {
apply(plugin = "java")
Expand Down

0 comments on commit 59f7a24

Please sign in to comment.