2.1.5 (1.21.6)
on Jun 19, 20252.1.5 (1.21.5)
on Jun 17, 20252.1.5 (1.21.4)
on Jun 17, 20252.1.5 (1.21.2)
on Jun 17, 20252.1.5 (1.21.1)
on Jun 17, 2025- Updated Kotlin to 2.1.21
- Removed
EntityUtils
as it has unstable implementation.
2.1.4 (25w21a)
on May 27, 20252.1.4 (1.21.5)
on May 27, 20252.1.4 (1.21.4)
on May 27, 20252.1.4 (1.21.2)
on May 27, 20252.1.4 (1.21.1)
on May 27, 2025- Updated minimum Fabric API dependency.
- Possibly fixed a rare worldgen freeze with C2ME.
- Added the
warden_cannot_target
entity type tag. - Added
VibrationParticleVisibilityApi
, a simple way to disable the Vibration particle from appearing under provided circumstances. - Misc. cleanup.
2.1.3 (25w20a)
on May 15, 20252.1.3 (1.21.5)
on May 15, 20252.1.3 (1.21.4)
on May 15, 20252.1.3 (1.21.2)
on May 15, 20252.1.3 (1.21.1)
on May 15, 2025- 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.