1.20.1-4.8.14
    - Fixed IntField.RandomRange and DoubleField.RandomRange not having public getters for the internal min and max fields.
1.20.1-4.7.14
    API Changes:
    - Added helper methods to EnvironmentList and EnvironmentListField to check if conditions are empty.
1.20.1-4.6.14
    - Limited max string length of config field info comments for better readability in the config GUI.
    - Config GUI now properly shows if a config failed to initialize.
1.20.1-3.6.13
    - Added new "biome_tag" environment condition, replaces/deprecates "biome_category".
    - Fixed portal command not working when below y=0.
    - Fixed anchor positions for added buttons in pause and inventory screens.
    - Fixed GUIs having incorrect/dark shading in some cases.
    - PredicateStringList now prints a warning during loading when it filters out invalid strings.
    API Changes:
    - Deprecated IBlockEntityBBProvider; now opting to use IBlockEntityDebugShapeProvider instead.
            - Supports rendering other debug shapes than just line boxes.
    - Added simple helper constructors for int and double $RandomRange field containers.
    - Updated EntityEventHelper, deprecated hurt events.
    - PredicateStringList now throws an exception if you provide any invalid strings in its default value.
1.20.1-3.6.12
    - Fixed StringListField constructor passing on parameters in the wrong order to the "main" constructor.
    - Changed field "type" in StringListField to have protected visibility.
    - Updated Apocalypse difficulty accessor to do what it is supposed to in more recent versions of Apocalypse.
    - Updated required Apocalypse version range.
    - Fixed default position of the Crust config button in the pause menu being off.
1.20.1-2.5.11
    - Internal client configs are now initialized and loaded during appropriate events to avoid weird crashes.
1.20.1-2.5.10
    - Fixed default value entries getting parsed incorrectly, resulting in duplicate invalid entries being written.
1.20.1-2.5.9
    - Added config field type RegistryEntryValueList.
    - Updated icon for mob effect "weight".
    - Updated verbose description of BlockListField.
    - Fixed DimensionTypeEnvironment causing a crash if level registry is not "available" at the time of comparison.
    - Default values for EntityList is now lowest priority for best match.
1.20.1-2.4.8
    - Downgraded min required Forge version to 47.3.0.
    - Namespace wildcard entries now work properly.
        - Fixed for BlockList, EntityList and RegistryEntryList.
    - Added tag entries for EntityList.
1.20.1-2.3.7
    - Bumped min required Forge version to 47.3.10.
    API Changes:
    - Teeny tiny javadoc fixes.
    - Deprecated ConfigManager#create(String).
    - Deprecated ConfigManager#createSimple().
1.20.1-2.3.6
    - The BlockEntity bounding box render API now actually does something.
    - Introduced new client-side config file "render_settings".
    - Fixed sources jar manifest (missing version metadata and mixin config).
1.20.1-2.3.5
    - Mitigated potential for comod exceptions that were causing incompatibility with some mods.
    - Fixed default pause menu options button position.
    API changes:
    - Corrected outdated diamond and sea floor reference values.
    - Environment conditions terrain_depth, terrain_scale, and biome_category are now deprecated.
1.20.1-2.3.4
    - BREAKING CHANGE: Environment condition tests are now broken into required pos and no pos methods
        instead of one method with nullable pos. Required pos test throws an exception if unloaded.
            - This change is required to avoid world load deadlocks.
    - All added key bindings are now unbound by default.
    - Extra inventory buttons are now disabled by default.
    - Added Nether and End portal buttons to the default inventory buttons.
1.20.1-2.3.3
    - Fixed Crust key bindings not registering and showing up in the key binds GUI.
1.20.1-2.3.2
    - Made LazyRegistryEntryList a bit safer.
1.20.1-2.2.2
    - Fixed Minecraft version being included in the jar mod version.
1.20.1-2.2.1
    - Tag support for RegistryEntryList, LazyRegistryEntryList and BlockList.
1.20.1-2.1.1
    - API: Backwards compat for java.util.Random.
1.20.1-2.0.1
    - API: Fixed DoubleField and IntField methods that require RNG not using RandomSource.
1.16.5-1.2.1
    - Fixed CrustTomlWriter calling StringUtils#stripColor, crashing servers.
1.16.5-1.1.1
    - Magnet mode is now disabled by default.
1.16.5-1.1.0
    Feature changes:
    - Added the Weight and Vulnerability effects from Special Mobs.
    - Added "apocalypse_difficulty_or_time" environment.
    API/tool changes:
    - Fixed environment entry builder not working.
    - Added pooled call options for environment-sensitive weighted lists.
    - Removed set block flags and nbt constants (Forge provides these).
1.16.5-1.0.0
    - Initial release.