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 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_LEAVES
that syncs with the client. - Added
WolfVariantBiomeRegistry
to 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
RandomPoolAliasApi
to 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()
TypedEntry
is now an interface
- Changed default config value for
removeExperimentalWarning
to false - Fixed LGPL license being used in some places instead of GPL
- (1.20.5+) Updated minimum Java version to 21