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 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