Skip to content

2.0 - Line Update

Choose a tag to compare

@itamarcps itamarcps released this 03 Feb 03:38
· 9 commits to main since this release

Added Features:

  • Catmull-Spline Lines instead of cubes for tracking!
  • Binary Format for storage (Previously JSON)
  • Two modes for Catmull-Spline: DEFAULT and GROUPED, where DEFAULT it curves inside a single block and curved measures around 5 blocks.
  • Thickness option
  • Group Size Option
  • Render Distance Option
  • Render Cubes when not connected in a line

Unfortunately old format (JSON + HashSet) wasnt optimal for lines :(