You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using orebfuscator for a while and it works flawlessly for 99% of my players. Apparently not 1% though haha. It DOES work, and obfuscate ores and blocks but it's a bit wonky to say the least. A player sees an ore exposed to air and breaks it but it updates all blocks nearby back to their original. Video attached to show the issue.
5D8032A6-02BB-4C63-88B7-BD0B824722C3.mov
Reproduction Steps
I have not been able to reproduce this personally. The user uses vanilla minecraft, our server does have viaversion though.
Expected Behaviour
Ores show normally(maybe see a fake ore occasionally on bad wifi)
That's a well known problem with the disk cache because each cache entry only contains a hash of the current chunk and not the neighboring chunks. Meaning if you mine out a chunk perfectly inside the chunk border (16x16) and than rejoin the server that the neighboring chunks will still think they are up to date and serve the invalid cache entry. We looked at ways to mitigate that but weren't happy with the performance degradation so we didn't ship it.
You could disable disk cache (memory cache should be fine and can stay enabled) to mitigate this if it bothers you.
Description
I've been using orebfuscator for a while and it works flawlessly for 99% of my players. Apparently not 1% though haha. It DOES work, and obfuscate ores and blocks but it's a bit wonky to say the least. A player sees an ore exposed to air and breaks it but it updates all blocks nearby back to their original. Video attached to show the issue.
5D8032A6-02BB-4C63-88B7-BD0B824722C3.mov
Reproduction Steps
I have not been able to reproduce this personally. The user uses vanilla minecraft, our server does have viaversion though.
Expected Behaviour
Ores show normally(maybe see a fake ore occasionally on bad wifi)
Orebfuscator Dump
https://gist.github.com/SavageTheUnicorn/07bc14e6d778adb197a6a7bf1bff9420
Extra Details
No response
The text was updated successfully, but these errors were encountered: