1.4.4 (1.20.2)
github-actions
released this
24 Nov 02:37
·
746 commits
to master
since this release
- 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