Перейти к содержимому
Mineforgian

Hold That Chunk

Delays client chunk unloading

2.7M загрузок396 подписчиковMITfabric

Обновлён 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.1fabric25 октября 2023 г..jar (25 КБ)
2.0.1Релиз1.18, 1.18.1, 1.18.2fabric6 ноября 2022 г..jar (26 КБ)
2.0.1Релиз1.19.3, 1.19.4, 1.20, 1.20.1fabric6 ноября 2022 г..jar (26 КБ)
2.0.0Релиз1.19, 1.19.1, 1.19.2fabric4 ноября 2022 г..jar (26 КБ)
1.1.1Релиз1.19, 1.19.1, 1.19.2fabric23 августа 2022 г..jar (20 КБ)
1.1.0Релиз1.19, 1.19.1, 1.19.2fabric22 августа 2022 г..jar (20 КБ)
1.0.3Релиз1.18.2, 1.19, 1.19.1, 1.19.2fabric10 августа 2022 г..jar (19 КБ)
1.0.2Релиз1.18.2, 1.19, 1.19.1, 1.19.2fabric9 августа 2022 г..jar (19 КБ)
1.0.1Релиз1.18.2, 1.19, 1.19.1, 1.19.2fabric8 августа 2022 г..jar (37 КБ)
1.0.0Релиз1.19.1, 1.19.2fabric8 августа 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 world is 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 ignoreServerRenderDistance option would be skipped if the chunkUnloadDelayInTicks option was missing.
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.json to regenerate it or manually edit in the new ignoreServerRenderDistance 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.
  • 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.

Комментарии

Загружаем…