1.6.2 (1.20.1)
on Mar 10, 2024- 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.
1.6.1 (24w06a)
on Feb 10, 20241.6.1 (1.20.4)
on Feb 10, 20241.6.1 (1.20.2)
on Feb 10, 20241.6.1 (1.20.1)
on Feb 10, 2024- Added Breeze and Wind Charge wind interference
- Added
CircularLavaVegetationPatchFeature
- Added
CircularLavaVegetationPatchLessBordersFeature
- Added
SimpleBlockScheduleTickFeature
- Added
FadingDiskTagScheduleTickFeature
- Added
NoisePathScheduleTickFeature
- Added
ComboFeature
- Contains a list of features that all attempt to place at the same place.
- Fixed incorrect gravity calculation on Shulker Bullets.
- Kotlin: Fixed
MutableMusic
's codec - Kotlin: Converted
Music.asMutable
andMutableMusic.asImmutable
to inline values - Significantly cleaned up both WindManager classes.
1.6 (24w05b)
on Feb 2, 20241.6 (1.20.4)
on Feb 2, 20241.6 (1.20.2)
on Feb 2, 20241.6 (1.20.1)
on Feb 2, 2024- Fixed Wind and some server-controlled Screen Shakes not working.
- Added a new /scale command (1.20.5+ only.)
- Added the
FrozenBiome
class, meant to make biome creation easier.- Contains an
injectToOverworld
method to directly add the biome to Overworld worldgen. - Be sure to create a public static final instance of your FrozenBiome in order to properly access and register it.
- Contains an
- Upgraded Gravity API to use directional gravity using
Vec3
s - Added the
getEntitiesPerLevel
method toEntityUtils
- This will return all loaded entities within a given
ServerLevel.
- This will return all loaded entities within a given
- Improved the quality of the
AxeBehaviors
class. - Added an
extensionID
method to theWindManagerExtension
class in order to improve saving with NBT. - Moved
BlockShecuduledTicks
to theblock
package. PointedDripstoneBlockMixin
is now loaded once again.- Many other improvements
1.5.4 (23w51a)
on Dec 24, 20231.5.4 (1.20.4)
on Dec 24, 20231.5.4 (1.20.2)
on Dec 24, 20231.5.4 (1.20.1)
on Dec 24, 2023- Added
FadingDiskWithPileTagFeature
- Added
rotateAboutX
toAdvancedMath
- Added
DebugPosParticle
- A particle for marking a position.
- Slight optimizations
- Slightly improved Gravity API compatibility
- Populated more annotations
1.5.3 (1.20.4)
on Dec 17, 20231.5.3 (1.20.2)
on Dec 17, 20231.5.3 (1.20.1)
on Dec 17, 2023- Fixed Mod Integration pre-freeze timing
- Updated Fabric Loader requirement to 0.15.1+
1.2.7 (1.19.2)
on Dec 15, 2023- Fixed support for Fabric Loader 0.15+
- Thank you Fourmisain
1.5.2 (1.20.4)
on Dec 15, 20231.5.2 (1.20.2)
on Dec 15, 20231.5.2 (1.20.1)
on Dec 15, 2023- Updated embedded Jankson
- Adds
SaveToggle
annotation
- Adds
- Moved all field annotations for config syncing to
EntrySyncData
for easier use- Fixed a small bug with
Locked When Synced
fields syncing instead of remaining stagnant - Added a tooltip to notify Server Operators and LAN Hosts when a config value will sync
- Fixed a small bug with
- Converted most packets from channels to
FabricPacket
s - Improved compatibility of Overworld Biome API