Skip to content

4.3.9 release (1.19.2)

Compare
Choose a tag to compare
@desht desht released this 10 Oct 22:19
· 37 commits to 1.19.2 since this release

Added

  • Added new area type for the Area progwidget (and Area GPS Tool): Torus
    • Thanks @johalun
    • P1 is assumed to be in the center of the torus
    • When radially symmetric about the Y-axis, the distance between P1 and P2 in the X/Z plane makes the radius of the torus to the center of the tube and the distance in the Y plane makes the radius of the tube
  • Added new "team" modifier for entity filters: checks if the entity is on the given scoreboard team
    • E.g. @player(team=team1) matches players on team "team1"

Fixed

  • When adding custom Heat Properties recipes, no longer require a mod matching the block's namespace to be loaded
    • This allows blocks with custom namespaces to be registered, e.g. via KubeJS
    • Existence of the block in the block registry is still checked for, of course