Skip to content

v0.0.6

Latest

Choose a tag to compare

@just-maik just-maik released this 09 Dec 21:29
· 2 commits to main since this release
1faabe1

Bug Fixed

Fixed crash when mounting Happy Ghast on Minecraft 1.21.10

The mod crashed with NoSuchMethodError when a player mounted a Happy Ghast. This was caused by player.getWorld() having a different method signature in 1.21.10. Fixed by using ServerPlayerEntity and ServerWorld types which provide a stable API across all 1.21.x versions.

Changelog

v0.0.5...v0.0.6

compare changes

🩹 Fixes

  • Update README to remove Docker script instructions (0250bca)
  • Fix NoSuchMethodError in >1.21.10 (ae0ded4)

🏡 Chore

  • Remove sourcesJar generation from Loom (afc8a0b)
  • Bump version to 0.0.6 (1faabe1)

❤️ Contributors