1.7.1 (1.20.4)
on May 4, 20241.7.1 (1.20.2)
on May 4, 20241.7.1 (1.20.1)
on May 4, 2024- (XJS Configs) Added support for positive and negative infinity for DJS formats
1.7 (1.20.6)
on May 2, 20241.7 (1.20.4)
on May 2, 20241.7 (1.20.2)
on May 2, 20241.7 (1.20.1)
on May 2, 2024- Fixed the origin position of Entity-caused Wind Disturbances.
- Added XJS Configs
- Serializes with XJS to Djs, Json, Hjson, UbJson, and TXT files.
- Special features supported: Typed entries,
@SaveToggle, and@Comment
- Added
FrozenHeightmaps,currently containingMOTION_BLOCKING_NO_LEAVES_SYNCED,a variant of Vanilla'sMOTION_BLOCKING_NO_LEAVESthat syncs with the client. - Added
WolfVariantBiomeRegistryto allow for modders to easily assign Wolf variants to new biomes.- If a biome has multiple variants registered, it will pick a random entry from the list of registered variants.
- (1.20.4+) Added the
RandomPoolAliasApito allow for modders to add new targets to structure aliases.- For example, adding new spawner types to Trial Chambers.
- Changed Typed Entry creation to
TypedEntry.create()TypedEntryis now an interface
- Changed default config value for
removeExperimentalWarningto false - Fixed LGPL license being used in some places instead of GPL
- (1.20.5+) Updated minimum Java version to 21
1.6.2 (24w10a)
on Mar 10, 20241.6.2 (1.20.4)
on Mar 10, 20241.6.2 (1.20.2)
on Mar 10, 20241.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
FrozenSpawnPlacementTypesclass, containingON_GROUND_OR_ON_LAVA_SURFACEcurrently. - Added Wind Disturbances.
- Consists of an AABB for their effective area, an origin position, and a
DisturbanceLogicto determine the Strength, Weight, and Vector of the Wind Disturbance. - Are cleared each tick.
- Must have a registered
WindDisturbanceLogicfor use on both client and server.
- Consists of an AABB for their effective area, an origin position, and a
- Added
FrozenRecipeProviderfor 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.asMutableandMutableMusic.asImmutableto 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
FrozenBiomeclass, meant to make biome creation easier.- Contains an
injectToOverworldmethod 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
Vec3s - Added the
getEntitiesPerLevelmethod 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
AxeBehaviorsclass. - Added an
extensionIDmethod to theWindManagerExtensionclass in order to improve saving with NBT. - Moved
BlockShecuduledTicksto theblockpackage. PointedDripstoneBlockMixinis now loaded once again.- Many other improvements


