From bb8a343565c570cb946a6fdafa66ebe87ffb8e4d Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Fri, 8 Aug 2025 20:59:14 +0200 Subject: [PATCH] apotheosis: disable boss spawning in overworld and nether --- config/apotheosis/adventure.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/apotheosis/adventure.cfg b/config/apotheosis/adventure.cfg index 8f27e1b..2c624e7 100755 --- a/config/apotheosis/adventure.cfg +++ b/config/apotheosis/adventure.cfg @@ -120,8 +120,6 @@ bosses { # Valid rules are visible here https://github.com/Shadows-of-Fire/Apotheosis/blob/1.19/src/main/java/shadows/apotheosis/adventure/boss/BossEvents.java#L174C27-L174C27 # Default: [minecraft:overworld|0.018|NEEDS_SKY], [minecraft:the_nether|0.025|ANY], [minecraft:the_end|0.018|SURFACE_OUTER_END], [twilightforest:twilight_forest|0.05|NEEDS_SURFACE] S:"Boss Spawn Dimensions" < - minecraft:overworld|0.018|NEEDS_SKY - minecraft:the_nether|0.025|ANY minecraft:the_end|0.018|SURFACE_OUTER_END twilightforest:twilight_forest|0.05|NEEDS_SURFACE >