Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
Changelog
- [core] Feature: Added support for a fallback instance creator when the default creator fails.
- Before: If the default Gson instance failed to create an object for a given class, the process resulted in a hard failure.
- Now: If the default Gson instance fails to create an object for a given class, the system automatically falls back to a secondary Gson instance and retries the creation.
Read detailed change logs in https://github.com/sakurawald/fuji/commits/dev/
Changelog
- [core] Feature: Optimized the
performanceofconfiguration handlersby eliminating unnecessary I/O operations. - [core] Feature: Introduced a new
validatorto detecttrailing commasandnullelements in JSON arrays, simplifying configuration management. - [core] Fix: Possible concurrent modification exception for config handlers with auto save feature.
- [skin] Fix: Failed to initialize
skinmodule, due toUnable to create instance of class com.mojang.authlib.properties.Property.



