You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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