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 16 hours ago
Changelog
- Fixed compatibility with removable item tags in some cases
- Ex: Create's List Filter
- Added
firstTickTest()
to sound predicates - Refactored common code between sound instances to a parent class
- Added
FrozenShapes.closestPointTo()
- Refactored Gravity API
- Added Gravity Modification Events via
GravityAPI.MODIFICATIONS
- Added
InterpolatedGravityFunction
- Refactored
FrozenEntityRenameFix
- Added more transitive access wideners
- Changed Jankson to a fork with DataFixer support
- Added DataFixer support to configs
- At the moment, only
JsonConfig
supports DataFixers
- At the moment, only
- Added
/taglist
command- Lists all entries in a specified tag
- Registries are determined via sub commands
biome
,block
,entity_type
,fluid
,instrument
,item
, andstructure
- Updated minimum (optional) requirement for Fabric Language Kotlin to 1.10.14
- Added
MutableMusic
MutableMusic
can be converted toMusic
viaasImmutable
Music
can be converted toMutableMusic
viaasMutable
- Kotlin only
- Refactored
ParameterUtils