Compatibility
Minecraft: Java Edition
1.21.x
1.20.6
1.20.4
1.20–1.20.2
1.19.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed GPL-3.0-only
Created 2 years ago
Updated 12 hours ago
Changelog
- Fixed a crash that would occur on certain versions.
- Fixed the Experimental Settings config to actually disable the menu on 1.20.5.
- Added the
FrozenSpawnPlacementTypes
class, containingON_GROUND_OR_ON_LAVA_SURFACE
currently. - Added Wind Disturbances.
- Consists of an AABB for their effective area, an origin position, and a
DisturbanceLogic
to determine the Strength, Weight, and Vector of the Wind Disturbance. - Are cleared each tick.
- Must have a registered
WindDisturbanceLogic
for use on both client and server.
- Consists of an AABB for their effective area, an origin position, and a
- Added
FrozenRecipeProvider
for easier recipe data generation. - Added Minecraft-version specific DataFixing to
QuiltDataFixes
.- This allows for a mod to upgrade safely across versions while containing both Minecraft-version-specific datafixes and mod-version-specific datafixes, allowing for modders to add new content while not risking the loss of properly datafixing content for newer versions.
- Added
FrozenByteBufCodecs
, containing a codec for Vec3. - Removed Quilt from supported mod loaders on Modrinth.