can we add a feature to decrease mob spawn speed
oldsheep0205 opened this issue ยท 0 comments
I wanna decrease the spawn speed for all mobs but I dont know how to modify the code.
One idea is, using random varible between 0~1. If I want to slow down the speed to 0.8 lower than the original speed, we can use if statement to justify the random varible. 0.9-1.0 we call disallow method that exists now.
Is it possible to achieve?
thanks!