Backend: Bump MoulConfig to 3.0.0 betas #1382
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This changes the package from being io.github.moulberry.moulconfig to io.github.notenoughupdates.moulconfig. Before, there was a mix of both package names, now it is just one. This will probably cause some merge conflicts, but just running a global search/replace with those two will fix almost all of them.
There are also some minor changes in the way ConfigProcessorDriver works, it now takes a structure reader as constructor parameter.
Lastly some components have been rewritten. Notably the colour component has been rewritten, but it should behave identically to before.
This is a beta version of moulconfig because some features are not fully rewritten to be compatible with some of the new settings (like stretching out descriptions, instead of scaling them down).
Some of the new features (like portals and jumps) are needed for an upcoming PR of mine.
Images
n/a. Should be visually mostly identical to 2.5.0,
Changelog New Features
Changelog Improvements
Changelog Fixes
Changelog Technical Details
io.github.moulberry.moulconfig
andio.github.notenoughupdates.moulconfig
to justio.github.notenoughupdates.moulconfig
Changelog Removed Features