Zergatul / cheatutils

MIT License
33 stars 11 forks source link

option to disable the 'never forget chunk' functions in fabric #17

Closed end-user closed 1 year ago

end-user commented 1 year ago

It appears the functionality that provides the 'never forget chunk data' is intercepting the unload and preventing it from firing. However, since this isn't a 'feature' in the fabric build, it doesn't look like I can disable it. And, by disable, I mean not intercept the call (it's interfering with another mod that also triggers on chunk unloading).

Zergatul commented 1 year ago

Thank you for pointing this out. I added fix in 0.13.2, now fabric version will never skip UnloadChunkS2CPacket.

end-user commented 1 year ago

This resolved it, thanks!