Compatibility
Minecraft: Java Edition
25w20a
1.21.x
1.20.6
1.20.4
1.20–1.20.2
1.19.x
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed GPL-3.0-only
Created 3 years ago
Updated 4 days ago
Changelog
- Removed a feature that caused Netty to throw exceptions instead of holding them back.
- While with the vast majority of mods this behavior was fine, some mods interact with these features without using try/catch statements to avoid this situation after finding the cause.
- Hence, this was removed. For better or for worse.
- Removed
StructurePoolElementIdReplacements
after being deprecated and not having functionality for a while. - Removed all parameter-related fields from
OverworldBiomeBuilderParameters
, as the other individual parameter classes contain these. - Refactored
BiomeParameters
to theimpl
package, from theapi
package. NoisePlacementFilter
now takesEasyNoiseSampler.NoiseType
as a parameter to determine which type of noise to use instead of an Integer.- Removed the second type parameter from
FrozenLibConfiguredFeature
, making its usage in datagen significantly easier to work with. - Cleaned up multiple classes.