Skip to content

Releases: just-maik/speedyghast

v0.0.6

Choose a tag to compare

@just-maik just-maik released this 09 Dec 21:29
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

v0.0.5

Choose a tag to compare

@just-maik just-maik released this 08 Dec 12:41
a99956a

Changelog

0.0.4...v0.0.5

compare changes

🩹 Fixes

  • Change level_3 speed_multiplier from 3.0 to 2.5 (0b7565c)
  • Add cloth-config to dependencies and open up mc version constraints (ebedb4f)

🏡 Chore

  • Change from MIT to Apache 2.0 License (73d6cfc)
  • Bump version to 0.0.5 (a99956a)

❤️ Contributors

First release

Choose a tag to compare

@just-maik just-maik released this 06 Dec 02:49

First release of the speedyghast mod!