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.
Added cloth-config to fabric.mod.json dependencies to improve the error handling if the mod is not present
First release of a somewhat stable version.
Have fun!



