CivClassic / SimpleAdminHacks

Tools and backend for Citadel servers, including advanced inventory monitoring, active new player assistance, and other logging. Built for Paper 1.16.5
BSD 3-Clause "New" or "Revised" License
0 stars 19 forks source link

Fixing nether island spawns. #34

Closed KaloHG closed 3 years ago

KaloHG commented 4 years ago

Re-adding Wither Skeleton rolls to the table, as well as ghast spawns. Since neither spawn by default currently.

Also fixed ghasts spawning in nether portals.

wingzero54 commented 3 years ago

I don't see an issue with leaving Ghast spawning in portals, provided we lower the chances. But re-enabling wither skeleton spawning is important, as there are no wither skeletons spawning right now

KaloHG commented 3 years ago

bump, this really needs to be resolved :/

wingzero54 commented 3 years ago

Did you ever test this?

KaloHG commented 3 years ago

Yep.

uxvi commented 3 years ago

bump, all of civ is waiting on this

wingzero54 commented 3 years ago

So one of the outstanding issues is that this was added inside the PortalSpawnModifier class, and this isn't modifying portal spawns. It is modifying spawns on Nether Islands, so ideally this needs to be in its' own hack to ensure it's properly filtering creature spawns only in nether biomes, and does not get mixed up with spawns from portals or the entire world.