Skip to content

1.4.4 (1.20.2)

Compare
Choose a tag to compare
@github-actions 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
  • Added /taglist command
    • Lists all entries in a specified tag
    • Registries are determined via sub commands biome, block, entity_type, fluid, instrument, item, and structure
  • Updated minimum (optional) requirement for Fabric Language Kotlin to 1.10.14
  • Added MutableMusic
    • MutableMusic can be converted to Music via asImmutable
    • Music can be converted to MutableMusic via asMutable
    • Kotlin only
  • Refactored ParameterUtils