General bug fixes and tweaks.
The CachedResourceManager
now cleans up cached resources less frequently (aka every 3h instead of 30min), so as to save up on performance.
Warning: v3.9.2
(or higher) of Better Statistics Screen depends on this version (or higher) of this mod.
- General bug fixes and tweaks
- Fixed a bug with the slider widget not always updating properly
- Implemented some extra utility methods
- No longer depends on Fabric API
Warning: Incompatible with Better Statistics Screen v3.9
and older. Make sure you update that mod to the latest version.
- Adjustments to the mod's code structure. No worries, the API is unaffected, so nothing will break if you're using this API.
- Added a
TEvent
forItemGroup
s's "display context" updating - Added a "placeholder text" feature for textboxes
- Implemented a GUI screen for displaying stack traces from
Throwable
s (experimental). - The cached resource manager will now periodically clean up expired cache stored on the drive, saving up space.
- Fixed a bug in the
AutoConfig
APIs where saving a config while itsFile
already exists would end up throwing aFileAlreadyExistsException
.- The intended behavior is to override existing files.