You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
So far the Torch completely blocks spawns of hostile mobs as long as they are not spawned through a spawner.
MythicMobs derived creatures sadly use a RandomSpawner solution to spawn in the creatures which completely bypasses HaroTorch.
Describe the solution you'd like
I don't have a concrete solution but something that potentially could work is checking what kind of tool spawned the creature OR give a config/gui option to disable if(event.getSpawnReason().equals(SpawnReason.SPAWNER)... line of code.
This would fit very well with issue #13 as you could have granular control on how the spawning gets executed per torch.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
So far the Torch completely blocks spawns of hostile mobs as long as they are not spawned through a spawner.
MythicMobs derived creatures sadly use a RandomSpawner solution to spawn in the creatures which completely bypasses HaroTorch.
Describe the solution you'd like
I don't have a concrete solution but something that potentially could work is checking what kind of tool spawned the creature OR give a config/gui option to disable
if(event.getSpawnReason().equals(SpawnReason.SPAWNER)...
line of code.This would fit very well with issue #13 as you could have granular control on how the spawning gets executed per torch.
The text was updated successfully, but these errors were encountered: