Skip to content

Release v3.0.1 (Minecraft 1.21.5)

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 15:17
· 27 commits to master since this release
bfe4eef

📦 Bookshelf - 3.0.1

🩹 Simple Hotfix!

This is a hotfix for version 3.0.0.

  • 📝 #314 - Add the Lifestring example, linking players' health using the bs.health module.

❤️ bs.health

  • 🐛 #410 - Ensure player health updates consistently.
  • 🐛 #426 – Players are now correctly killed when their health drops below 0, unless they are in Creative or Spectator mode.

🧣 bs.spline

  • 🐛 #423 - Fix module tag incorrectly set to default, now set to runtime to ensure the module is properly included in bundles.
  • 🐛 #412 - Fix Hermite spline tangents to use absolute space instead of relative.
  • #409 - Improve performance of sampling and streaming functions.

🔠 bs.string

  • 🐛 #423 - Fix module tag incorrectly set to default, now set to runtime to ensure the module is properly included in bundles.

👀 bs.view

  • 🐛 #424 - Fix #bs.view:at_block_placement that was incorrectly using hit normal data from the previous call instead of the current one.