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.
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Metadata
Release channel
ReleaseVersion number
1.6.2-mc1.20.1Loaders
Fabric