
Hold That Chunk
Delays client chunk unloading
Обновлён 25 октября 2023 г. · опубликован 7 августа 2022 г.
This Fabric loader mod prevents the Minecraft client from immediately unloading chunks when it receives chunk unload packets from the server. Instead, client chunks get periodically cleaned up based on distance away from the player.
This chunk unloading strategy is particularly useful for participating in ice boat racing or elytra course racing on highly active multiplayer servers where servers may struggle to keep up with sending chunk updates to all of the players. Typically, without this mod, a player would start to move into empty chunks when several players on the server are simultaneously traveling at high velocities. The issue is resolved since the cached chunks can be readily redrawn before the fresh chunk data comes in over the network.
You may also increase your view distance by setting the Ignore Server Render Distance option in this mod's config.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 2.1.0 | Релиз | 1.20.5, 1.20.6, 1.21, 1.21.1 | fabric | 25 октября 2023 г. | .jar (25 КБ) |
| 2.0.1 | Релиз | 1.18, 1.18.1, 1.18.2 | fabric | 6 ноября 2022 г. | .jar (26 КБ) |
| 2.0.1 | Релиз | 1.19.3, 1.19.4, 1.20, 1.20.1 | fabric | 6 ноября 2022 г. | .jar (26 КБ) |
| 2.0.0 | Релиз | 1.19, 1.19.1, 1.19.2 | fabric | 4 ноября 2022 г. | .jar (26 КБ) |
| 1.1.1 | Релиз | 1.19, 1.19.1, 1.19.2 | fabric | 23 августа 2022 г. | .jar (20 КБ) |
| 1.1.0 | Релиз | 1.19, 1.19.1, 1.19.2 | fabric | 22 августа 2022 г. | .jar (20 КБ) |
| 1.0.3 | Релиз | 1.18.2, 1.19, 1.19.1, 1.19.2 | fabric | 10 августа 2022 г. | .jar (19 КБ) |
| 1.0.2 | Релиз | 1.18.2, 1.19, 1.19.1, 1.19.2 | fabric | 9 августа 2022 г. | .jar (19 КБ) |
| 1.0.1 | Релиз | 1.18.2, 1.19, 1.19.1, 1.19.2 | fabric | 8 августа 2022 г. | .jar (37 КБ) |
| 1.0.0 | Релиз | 1.19.1, 1.19.2 | fabric | 8 августа 2022 г. | .jar (37 КБ) |
Ченджлог
2.1.0Релиз1.20.6, 1.21, 1.21.1 · 25 октября 2023 г.
- Support Minecraft 1.20.2
- Update dependencies
- Fix the Ignore Server Render Distance option not being disabled in contexts where it cannot be changed
2.0.1Релиз1.18, 1.18.1, 1.18.2 · 6 ноября 2022 г.
- Backport for Minecraft 1.18
2.0.1Релиз1.19.4, 1.20, 1.20.1 · 6 ноября 2022 г.
- Fix a rare null pointer exception that throws when
worldis null during a chunk load
2.0.0Релиз1.19, 1.19.1, 1.19.2 · 4 ноября 2022 г.
- 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.
1.1.1Релиз1.19, 1.19.1, 1.19.2 · 23 августа 2022 г.
- Improve config parsing
- In the previous version, parsing the
ignoreServerRenderDistanceoption would be skipped if thechunkUnloadDelayInTicksoption was missing.
- In the previous version, parsing the
1.1.0Релиз1.19, 1.19.1, 1.19.2 · 22 августа 2022 г.
- 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.jsonto regenerate it or manually edit in the newignoreServerRenderDistancekey and a corresponding boolean value. - Set
ignoreServerRenderDistanceto 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.
1.0.3Релиз1.19, 1.19.1, 1.19.2 · 10 августа 2022 г.
- Manage our chunk unload queue from only the render thread
1.0.2Релиз1.19, 1.19.1, 1.19.2 · 9 августа 2022 г.
- Replace some mixins with Fabric API event listeners
- Optimize the icon's filesize (Madis0)
- Change the chunk unload delay config default from 10 minutes to 1 hour
Полная история изменений — на Modrinth.
Комментарии
Загружаем…