Environmental Controller with peace module doesn't stop bosses from spawning
ShadwDrgn opened this issue ยท 2 comments
Not sure how they prioritize their event hook but hopefully this can somehow be fixed. Maybe I need to file the bug with them instead? Let me know.
The code in rftools that should handle this seem to be here. It's definitely working on normal world spawns, and as long as you're creating that boss arrival event using w/e would trigger this hook it SHOULD work i imagine :(.
The linked code looks like its for a very very old version of MC (~1.12). I'm not sure where the equivalent code for modern versions is. It would appear to be https://github.com/McJtyMods/RFToolsUtility/blob/1.20/src/main/java/mcjty/rftoolsutility/setup/ForgeEventHandlers.java#L245 but this doesn't look like it gets called anywhere.