Releases: Imprex-Development/orebfuscator
Releases · Imprex-Development/orebfuscator
Release 5.3.1
Added:
- option to disable the disk cache (cache.enableDiskCache)
- message to
CacheFileCleanupTask
to to better communicate when old cache files have been deleted
Change:
- invalidated chunks no longer get flushed to disk to decrease the impact on the main game thread
Fixed:
- NPE that rarely occurred on shutdown
Release 5.3.0
Added:
- support for 1.19
Change:
- Remove heavy events (BlockPhysicsEvent, EntityInteractEvent)
Release 5.2.6
Fixed:
- deobfuscation bug that had to do with falling block
Release 5.2.5
Added:
- support for 1.18.2
- new sync protocollib compatibility mode (advanced.useAsyncPacketListener)
Change:
- decreased weight of air in default config (to improve FPS on older systems)
Fixed:
- NPE that occured in every version pre 1.13
Release 5.2.4
Fixed:
- fix NullPointerException in ChunkWrapper for v1.17
Release 5.2.3
Fixed:
- fix invalid chunk handling pre 1.18
Release 5.2.2
Added:
- obfuscation height limit
- new async obfuscation pipeline which only fetches chunks in the main thread but does all the heavy lifting in a dedicated worker pool (with new config options)
Fixed:
- yaml config format in latest spigot builds
- some minor issues with cache invalidation
Release 5.2.1
Fixed:
- fix block occlusion check
Release 5.2.0
Release 5.1.6
Fixed:
- major bug introduced in latest spigot build