- Unload cached chunks based on distance from the player rather than expiration times
- ModMenu integration and support for Cloth Config API or YetAnotherConfigLib
- When either Cloth Config API or YetAnotherConfigLib is installed, a GUI config screen can be used for configuring Hold That Chunk.
- When both Cloth Config API and YetAnotherConfigLib are available, the Cloth Config style screen is used.
- Drop support for Minecraft 1.18
- Add the option to ignore server view distances
- This release adds a new config option. Either delete your old
holdthatchunk.json
to regenerate it or manually edit in the newignoreServerRenderDistance
key and a corresponding boolean value. - Set
ignoreServerRenderDistance
to true to force using the client's render distance setting. Set it false to respect the render distance setting sent by the server.
- This release adds a new config option. Either delete your old
- Mark as incompatible with Farsight
- We now redirect a few of the same methods as the Farsight mod does, so the mods cannot run together due to mixin limitations. This release makes the mods redundant anyways.