Initial Release
Small maintenance patch, that includes some vital fixes and a few new features that I was developing for Chunk Pregen.
I would have waited like a couple weeks before releasing this because there may be some more extra features but I think critical fixes get priority.
Changelog:
Version 1.1.2:
- Added: A config that now lets you decide if you see the world while having a config open or not. (Mods can force the decision though if they wish to do so)
- Added: CarbonConfig now allows mods to Open a specific config folder, though it requires a direct dependency to achieve at the moment. (This may or may not change)
- Fixed: Crash with data generators because "Minecraft" doesn't exist while that is run...
- Fixed: Crash with forge configs not working properly because enums were still declared as strings in forge config integration.
Initial Release
Maintance Patch
Version 1.1.1:
- Improved: Enum Elements got slightly improved when using Arrays.
- Fixed: EnumLists didn't evaluate entries properly.
- Fixed: Config Changes didn't propagate properly when done through the ingame gui.
New patch that reworked a feature to be a lot better. Also a ton of tiny bugfixes.
Changelog: Version 1.1.0:
- Added: EnumLists to the base library.
- Added: New Suggestion system that is much more flexible and also doesn't allocate so much extra ram.
- Added: Minecraft Game Rule support. (Yes you can edit gamerules while playing without using commands with this, Now the fabric version isn't useless if you install this mod)
- Added: Background Skin System. (You don't like the current look. There is +20 skins to the background options you can choose from)
- Added: Header name can now be clicked on to move to sub folders. Like windows file explorer. (Thanks CrossVas for the idea!)
- Added: If the text is to large it will automatically go into scrolling mode instead of pruning it, that way it always stays readable!
- Fixed: A ton of tiny bugs in the base library (Carbon Config Lib). Such as: Category comments never being used in the gui, TempValues not being correctly set and thus not working, etc.
- Fixed: Tooltips going outside of the screen by default.
- Fixed: ColorEntries crashing if alpha was inserted into the config while it actually supports colors. (Parser for the gui was broken)
- Fixed: A few things that I can't remember out of the top of my head.
New patch that reworked a feature to be a lot better. Also a ton of tiny bugfixes.
Changelog: Version 1.1.0:
- Added: EnumLists to the base library.
- Added: New Suggestion system that is much more flexible and also doesn't allocate so much extra ram.
- Added: Minecraft Game Rule support. (Yes you can edit gamerules while playing without using commands with this, Now the fabric version isn't useless if you install this mod)
- Added: Background Skin System. (You don't like the current look. There is +20 skins to the background options you can choose from)
- Added: Header name can now be clicked on to move to sub folders. Like windows file explorer. (Thanks CrossVas for the idea!)
- Added: If the text is to large it will automatically go into scrolling mode instead of pruning it, that way it always stays readable!
- Fixed: A ton of tiny bugs in the base library (Carbon Config Lib). Such as: Category comments never being used in the gui, TempValues not being correctly set and thus not working, etc.
- Fixed: Tooltips going outside of the screen by default.
- Fixed: ColorEntries crashing if alpha was inserted into the config while it actually supports colors. (Parser for the gui was broken)
- Fixed: A few things that I can't remember out of the top of my head.
Initial Release