This mod is only useful for other mod developers using the Configurate configuration library in their mods.
Confabricate provides:
TypeSerializersfor:
Identifiers
- Any item stored in a
Registry
Text (as json)
- Mixed lists of items and tags (represented by
TaggableCollections), currently for blocks, items, entity types, and fluids
NBTNodeAdapter
Translates back and forth between Configurate nodes and Minecraft's own NBT Tags
DataFixerUpper integration
Thanks to @i509VCB for providing an initial implementation of DynamicOps
- DynamicOps implementation for ConfigurationNodes
- Basic integration between ConfigurationTransformations and DataFixers
Configuration per-mod
- Utility methods in
Confabricate to get a HOCON-format configuration for a mod
- Common watch service and methods to get an automatically reloading HOCON-format configuration for a mod.
See Configurate's website for more information about the underlying library, and our GitHub for more information on using Confabricate in your own mod.