2.0.1 (1.21.5-pre2)
on Mar 18, 20252.0.1 (1.21.4)
on Mar 18, 20252.0.1 (1.21.2)
on Mar 18, 20252.0.1 (1.21.1)
on Mar 18, 2025- Added
StructureMusicApi,
allowing modders to define custom music to play within structures.- Contains an additional check to specify if the player must be within a structure piece.
- Added
MusicPitchApi,
allowing modders to specify when music can play at a different pitch.- Uses a
Function
to calculate the current pitch, letting the pitch continuously shift. - Can check for being in a specific:
- Biome
- Structure
- Contains an additional check to specify if the player must be within a structure piece.
- Dimension
- Will not be applied if Credits, End Boss, Creative, or Menu music is playing.
- Uses a
- Removed
PanoramaApi
as it has potentially unsafe implementation on 1.21.5. - Fixed spam-logging of structure names upon world load.
2.0 (1.21.5-pre2)
on Mar 17, 20252.0 (1.21.4)
on Mar 17, 20252.0 (1.21.2)
on Mar 17, 20252.0 (1.21.1)
on Mar 17, 2025- Revamped the Block Sound Type API entirely, fixing a few glaring issues.
- Block sound type overrides now use a
HolderSet
to define which blocks are affected.- This allows tags and lists to work properly with this system, saving space in RAM.
- The new field for blocks is named
blocks
.
- The data-driven directory for block sound type overrides has been changed from
blocksoundoverwrites
toblock_sound_overwrites
.
- Block sound type overrides now use a
- All Fading Disk features check if surrounding blocks are replaceable, instead of strictly Air.
- Potentially fixed an issue with C2ME during structure generation.
BlockStateRespectingProcessorRule
now maintains water if a waterlogged block is replaced with air.- Added tinted flower bed models.
- Cleaned up the Screen Shake system and made it much smoother.
- Cleaned up classes in the
block
package and condensed some of its contents. - Cleaned up classes in the
entity
package and condensed themodcategory
package into it. - Renamed
FrozenFeatureFlags
toFeatureFlagAPI.
- Reworked, renamed, and cleaned up the Axe, Bone Meal, and Shovel item use APIs.
- Cleaned up classes in the
sound
package and condensed some of its contents. - Flyby sounds can now be properly sent to the client.
- Combined the
storage
andblock
packages. - Removed a few unnecessary APIs.
- Removed many duplicate worldgen feature implementations, now just relying on HolderSets.
- Cleaned up existing worldgen feature configurations and features.
- Disconnecting from a FrozenLib server and joining a non-FrozenLib server afterwards no longer leaves client Wind running.
- Wind can no longer return any non-zero value when on a non-FrozenLib server without the config option to override this behavior enabled.
- Significantly cleaned up the Dripstone API and related mixins, removing edits that cause compatability issues in the process.
- Added
StructurePlacementExclusionApi,
which lets you add exclusion zones to existing structures. - Added
BlockRandomTicks,
allowing modders to add new Random Ticks to any existing block with ease. BlockScheduledTick
behavior now runs prior to Vanilla scheduled ticks, and runs for all blocks instead of only those without defined Scheduled Ticks.- Added
StructureGenerationConditionApi,
allowing modders to define custom conditions under which structures can generate with a Boolean Supplier. - Completely rewrote the Noise Path worldgen feature, being much more extensive and configurable.
- This has resulted in two other features being removed, as their behavior is now possible to achieve with the base feature.
- Replaced the Upwards and Downwards column worldgen features with a single column feature, with a more robust config.
- Optimized entity easter egg texture rendering.
- Added
UnderwaterVegetationPatchFeature.
- Added
VegetationPatchWithEdgeDecorationChanceFeature.
- Added
UnderwaterVegetationPatchWithEdgeDecorationChanceFeature.
1.9.14 (25w02a)
on Jan 23, 20251.9.14 (1.21.4)
on Jan 23, 20251.9.14 (1.21.2)
on Jan 23, 20251.9.14 (1.21.1)
on Jan 23, 2025- Fixed broken access widener entries in the loot pool modification api.
- FrozenLib's capes are now downloaded asynchronously to prevent slow boot times with poor connection.
1.9.13 (25w02a)
on Jan 22, 20251.9.13 (1.21.4)
on Jan 22, 20251.9.13 (1.21.2)
on Jan 22, 20251.9.13 (1.21.1)
on Jan 22, 2025- Exposed the
structure_upgrade
command to players outside development environments. - Removed the Camera item in favor of the new
panorama
client command. - Added the new loot pool modification api, by Kluski42!
1.9.12 (25w02a)
on Jan 17, 20251.9.12 (1.21.4)
on Jan 17, 20251.9.12 (1.21.2)
on Jan 17, 20251.9.12 (1.21.1)
on Jan 17, 2025- Exposed the
structure_upgrade
command to players outside development environments. - Removed the Camera item in favor of the
panorama
command.