Jump to content

[1.10.2] [UNSOLVED] Increase monster spawn rate


Bektor

Recommended Posts

Hi,

 

I'm wondering how I can adjust the monster spawn rate for specific chunks (like decreasing or increasing it).

This should be done on fly and not on chunk creation, like when a chunk got a high polution due to a lot

of machines the spawn rate of monsters should be increased for this chunk as long as the polution is that high.

If the polution lowers, the spawn rate should decrease back to normal.

(More information about the polution stuff, see here)

 

Thx in advance.

Bektor

Developer of Primeval Forest.

Link to comment
Share on other sites

There are a lot of entity-related events. There is a whole LivingSpawnEvent class with subclasses for you to explore.

You can simply create mobs to 'increase their number'. There is the WorldEntitySpawner::findChunksForSpawning method that essentially spawns mobs but it affects the whole world rather than e specific chunk.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.