-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mobs Spawning Anywhere? (I.e., at any elivation, reguardless of setting) #31
Comments
Has this been dealt with? Just so I know, so I can close this. Also, if you want, you can take a look at my own mod and try to work it's spawn system into this mod. |
I'm not sure what to do to deal with it -- I can't duplicate it. MohawkyMagoo reported it, and I wonder if another mod is causing it. As far as I can tell it was never a problem, at least not a problem with this mod. Maybe I can look into some of this next month, if I find time. I'm very close to basically "retiring" from modding -- I'm still unsure if I'll finish the re-write of climatic biome. I find it harder and harder to be motivated to work on mods as I play the game less and less, and see other things I'd rather do with my time. I'm not even sure if there will be doomlike dungeons for 1.13+ if the new multithreaded world-gen make updating non-trivial. There are reason I decided I didn't really want to "own" this. |
I don't get it -- what am I looking at and what am I supposed to do with it. |
Try and rework it based on this. I'm currently too busy with another mod to do much here. |
Also, that code tells where the mobs are supposed to spawn, based on biomedict definitions. @zabi94 |
I actually don't see the advantage -- it does the same thing, basically. I suppose if a biome limit were added in the configs that could be added. Biome limits don't make sense to me for a mod like this, where mobs are sorted vertically, but I guess some would like to redefine what it's about. Until when / if such a config exists I don't see a need for a change, and at such a time it would only be an addition to theregisterSpawns() method. Again I don't see the point, or how this has do do with this particular issue. |
It reported that at least one player (Mohawky Magoo) is still having this problem. I'm at a loss so I'm listing it as "help wanted." |
It has been reported that the mobs are now spawning anywhere, regardless of config. I have not observed it directly, but if so it needs to be addressed. This is only said to be a problem with the latest version (version 5.5.0). But currently, when combined with some (unknown) mods altitude restrictions and the need to see sky disappear.
The text was updated successfully, but these errors were encountered: