Releases: just-maik/speedyghast
Releases · just-maik/speedyghast
Release list
v0.0.6
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
🩹 Fixes
- Update README to remove Docker script instructions (0250bca)
- Fix NoSuchMethodError in >1.21.10 (ae0ded4)
🏡 Chore
❤️ Contributors
v0.0.5
First release
First release of the speedyghast mod!