[Feature Request] Disabling Random Boss Spawns
CKY- opened this issue · 3 comments
I understand that the adventure module can be disabled as a whole.
This would remove boss dungeons, and I for one like this part of the module. The random boss;s are a bit overbearing.
It would be amazing to be able to disable in the adventure module the random boss that can spawn.
Independent of the boss dungeons. There are some great confings that can be done but no way to turn off the bosses.
I'm not sure but could you not set this to 0?
Seems like it is used to spawn the bosses:
https://github.com/Shadows-of-Fire/Apotheosis/blob/0ad17e2c2b47eb94967e29019c987ddc0d9d240d/src/main/java/shadows/apotheosis/adventure/boss/BossEvents.java#LL64C16-L64C16
The boss spawners seem to have a different logic so they should still work I think
https://github.com/Shadows-of-Fire/Apotheosis/blob/1.19/src/main/java/shadows/apotheosis/adventure/boss/BossSpawnerBlock.java
I will try this, and report back. I was looking at that but was unsure if that would cause other issues.