hpfxd / PandaSpigot

Fork of Paper for 1.8.8 focused on improved performance and stability.
GNU General Public License v3.0
242 stars 67 forks source link

Changes to mob spawning #182

Closed uRyanxD closed 7 months ago

uRyanxD commented 7 months ago

Change the "moblimit" variable from 256 to 289. (The original patch seems to have forgotten to change) and backport a fix from CraftBukkit 1.12. It also simplifies getChunkAt() in ChunkProviderServer.

edit: It also comments unused codes.