You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently playing around with Unnamed Animal Mod as I want to make a showcase vid and can't find Humphead Parrotfish. After looking through the code for a bit I found the following in the checkFishSpawnRules function of the HumpheadParrotfishEntity class:
I'm currently playing around with Unnamed Animal Mod as I want to make a showcase vid and can't find Humphead Parrotfish. After looking through the code for a bit I found the following in the checkFishSpawnRules function of the HumpheadParrotfishEntity class:
worldIn.getLevelData().getDayTime() < 12000 && worldIn.getLevelData().getDayTime() > 24000
As there is no number smaller than 12000 and bigger than 24000 that would mean the Humphead Parrotfish will never spawn.
To me that looks fishy (pun intended), but maybe I'm overlooking something.
The text was updated successfully, but these errors were encountered: