Ur-ghast falling tears not visible in multiplayer
Benimatic opened this issue ยท 3 comments
Steps to reproduce:
- Fight ur-ghast until it begins its tantrum
What I expected to happen:
Giant ghast tears fall and shatter under the boss
What happened instead:
No visible tears, player takes damage from no apparent source
Done via proxy, so only works on singleplayer client atm:
The particle spawning here could be moved to the Ur-Ghast's onLivingUpdate
, the AI code only runs on the logical server.
It might also be better to check getPrecipitationHeight
here instead of canSeeSky
:
(canSeeSky
uses the heightmap based on block opacity, whereas getPrecipitationHeight
checks the block material, matching rainfall probably makes more sense here)