[Bug]: Chunks not caching on vanilla 1.18.2 servers
HaXrDEV opened this issue ยท 1 comments
Describe the bug you're experiencing
Chunks beyond the view-distance of the server gets unloaded when relogging.
Picture before relogging: https://i.imgur.com/LU7Lnv0.png
Picture after relogging: https://i.imgur.com/LU7Lnv0.png
Reproducability
- Install the mod on 1.18.2 with Fabric 0.13.3. ('farsight.fabric-1.18-1.8', 'fabric-api-0.50.0+1.18.2')
- Log onto a vanilla server, bump up the render distance in the client and load some chunks. (the server I am using is PaperMC with a view-distance of 10).
- If you then log out of the server and rejoin you will notice all chunks beyond the 10 chunk view-distance of the server has been unloaded, which is just like the vanilla behavior.
Mod up to date
- Before submitting this issue I updated to the newest version and reproduced it
Minecraft version
1.18.1
Modloader version
Fabric
Logs
https://gist.github.com/HaXrBOT/1b6d9d6d335d1466e4b109109d7289d7
Nevermind, I just realized this is the a duplicate of issue #26 and that the mod doesn't actually cache to disk as I had previously thought. Sorry for the inconvenience.