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
Confabricate 2.0.0 for MC 1.16.4 with Configurate 4.0.0
- Update for Configurate 4.0.0
- Remove deprecated methods
- Allow using custom ConfigurationOptions with the methods to get
loaders and references
Confabricate 1.3 for Configurate 3.7.1
- Update for MC 1.16.2
- Replace TaggableCollection with anonymous Tags defined
in-configuration
- Lazily resolve tags to avoid initialization order issues
Release v1.2 with Configurate 3.7 for MC 1.16
- Add support for DataFixerUpper v3
- Restructure type serializer creation to allow populating other
collections with MC serializers
- Make Text serializer serialize as an object structure, not a String
Release version 1.1 for Configurate 3.7 on MC 1.15
Changes:
- Update to Configurate 3.7
- Fix registry element serializer to write values properly
- Make registry serializer registration dynamically detect available
registries, for more cross-version compatibility.
- Add common watch service for file listeners.
- Correctly expose methods to get Configurate transformers from DFU
DataFixes