Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 09:56
· 10 commits to main since this release

Feature

  • Support entity detection (02e3513)
  • Add plugin to explicitly include comments (f672698)
  • Support detecting blocks (73a3123)
  • Remove unnecessary mcfunction when not using is_new_block_pos (cd86617)
  • Support checking whether the ray has moved to a new block position (c444f38)
  • Simplify the API for specifying the max distance in the raycast (d2e6183)
  • Create core raycast loop (3c6b910)

Fix

  • Branching state not being properly stored across calls to not (9d0e9c9)
  • Generate nice names for the bodies of is_new_block_pos (20a9683)
  • Perform setup after user code, and cleanup before user code (df35333)

Breaking

  • Subclasses of BranchMixin must now implement _create_opposite instead of not, and only construct a new instance of the subclass (9d0e9c9)
  • BranchStatus .SingleBranch -> .LoneBranch and .Else -> .DoubleBranch (be55b7a)

Documentation

  • Mention required pip dependencies (693c064)