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"
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.