CONFIG API VERSION 3.0.2
- Fixed wrong parameter for render types, only 1.21.6
- Fixed registered objects, like blocks are registered in the wrong order
CONFIG API VERSION 3.0.1
- Fixed that you cannot mount or dismount entities, happens only for fabric
CONFIG API VERSION 3.0.0
- Rework the project structure, it now uses multiloader, instead of architectury loom
- Added support for Forge
- Improved server configs, they are now loaded before the resources are loaded
- Improved config folder support
- Improved navigation bar with a tooltip wich shows the config file path, when hovering over the config type
- Fixed crash when opening server config for a world after quitting that world (NullPointerException for configData)
- Changed when opening a server config from the main menu, it now shows the name of the world instead of the config type
- Added support for ModMenu, now you can use the screen also in fabric
- Added NetworkManager to register CustomPayloads
- Added an easy-to-use registration system for Items, Blocks, etc. also for custom registries
- Added registry classes to register things like Codecs, BlockBehaviours, ReloadListeners, KeyMappings, Renderers, SurfaceRules and more
- Added an event system, like Fabric and Architectury API, but with priorities like NeoForge and Forge, but in bytes
CONFIG API VERSION 2.5.0
- Changed ConfigRegister access, it's now static instead of a single-ton
- Added field to changed tracking of the config
- Fixed ConfigTracker tries to get config for changed path, also for configs which aren't for the tracker
- Fixed that you can register multiple configs with the same name
- Replaced Services with an own system with PlatformHelper
CONFIG API VERSION 2.4.1
- Fixed no longer attempts to load temporary files.
- Updated to Minecraft 1.21.4
CONFIG API VERSION 2.4.0
- Added support for 1.21.2 and 1.21.3
- Removed support of background configs, due to many changes from Minecraft
- Changed the parameter order in the
registerConfig
method - Cleaned-Up code and performance improvements
- Reworked the ConfigTracking for increasing efficient
- Changed the Position of the Reset All Server Config Button