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
Im guessing monsters only spawn at night, even under ground, cus on my server thats always day time i get no monsters in caves unless i set it to night time.
Configuration
Link to debugpaste:
<!-- Run debugpaste command and put the link here -->
Config:
<!-- Put your config.yml contents here -->
The text was updated successfully, but these errors were encountered:
Is there a hint somewhere where I can begin to look through the code for a way to try and work around this problem? Maybe having spawning occur below a specific z level at all time
I have gotten somewhere by adding || pos.y < 50 for the monsters that should spawn underground, like for example line 29 in SpiderSpawner.java
I have no idea what values should be used or if there is a better way of doing this. This way would not work if the cave was located in a mountain above the height of 50 however. If there is a way to detect the current "ground" level then that would be an improvement.
Info
This is:
Your issue / suggestion
Im guessing monsters only spawn at night, even under ground, cus on my server thats always day time i get no monsters in caves unless i set it to night time.
Configuration
Link to debugpaste:
Config:
The text was updated successfully, but these errors were encountered: