Unable to cancel custom spawns using other mods
PssbleTrngle opened this issue ยท 1 comments
Hi, I made the mod Brazier, which adds a structure to prevent mob spawns in a certain radius.
It does so by using the LivingSpawnEvent.CheckSpawn
event & denying it.
This does not work for custom in-control spawners. The event does get called for these mobs, but even setting it to DENY
on the lowest as well as the highest event priority does not cancel them.
Maybe the event has to be called manually here, but I would also guess that's what checkSpawnRules
already does, so I'm a bit lost