MarkusBordihn / BOs-Adaptive-Performance-Tweaks

Adaptive Performance Tweaks is a collection of Minecraft Forge server-side Mod which automatically adjust specific settings on the server to allow a more balanced TPS/FPS.
Other
4 stars 2 forks source link

End Dimension No mob spawning even though I have all Spawn control in config off. #58

Closed Zelioth closed 9 months ago

Zelioth commented 9 months ago

Minecraft 1.20.1 Forge 47.2.6 APtweaks All latest versions

Recently seen that no mobs are spawning in the end. I'll attach the debug after doing the turn things to true and move around then turn them back to false. debug.log

MarkusBordihn commented 9 months ago

Thanks for the report and the debug log.

In general the "End Dimension" is excluded from optimization, which is also visible in the debug.log like:

[20Nov2023 23:45:01.264] [Server thread/DEBUG] [APTweaks(Spawn)/]: [Ignored Dimension] Allow spawn event for EntityCosmicCod['Cosmic Cod'/127189, l='ServerLevel[haunted world]', x=41.50, y=13.00, z=-104.50] in minecraft:the_end
[20Nov2023 23:45:01.264] [Server thread/DEBUG] [APTweaks(Spawn)/]: [Ignored Dimension] Allow spawn event for EntityCosmicCod['Cosmic Cod'/127189, l='ServerLevel[haunted world]', x=41.50, y=12.00, z=-104.50] in minecraft:the_end
[20Nov2023 23:45:01.264] [Server thread/DEBUG] [APTweaks(Spawn)/]: [Ignored Dimension] Allow spawn event for EntityCosmicCod['Cosmic Cod'/127190, l='ServerLevel[haunted world]', x=42.50, y=13.00, z=-107.50] in minecraft:the_end
[20Nov2023 23:45:01.264] [Server thread/DEBUG] [APTweaks(Spawn)/]: [Ignored Dimension] Allow spawn event for EntityCosmicCod['Cosmic Cod'/127190, l='ServerLevel[haunted world]', x=42.50, y=12.00, z=-107.50] in minecraft:the_end
[20Nov2023 23:45:01.265] [Server thread/DEBUG] [APTweaks(Spawn)/]: [Ignored Dimension] Allow spawn event for EntityCosmicCod['Cosmic Cod'/127191, l='ServerLevel[haunted world]', x=40.50, y=13.00, z=-106.50] in minecraft:the_end
[20Nov2023 23:45:01.265] [Server thread/DEBUG] [APTweaks(Spawn)/]: [Ignored Dimension] Allow spawn event for EntityCosmicCod['Cosmic Cod'/127191, l='ServerLevel[haunted world]', x=40.50, y=12.00, z=-106.50] in minecraft:the_end
[20Nov2023 23:45:01.265] [Server thread/DEBUG] [APTweaks(Spawn)/]: [Ignored Dimension] Allow spawn event for EntityCosmicCod['Cosmic Cod'/127192, l='ServerLevel[haunted world]', x=42.50, y=13.00, z=-106.50] in minecraft:the_end
[20Nov2023 23:45:01.265] [Server thread/DEBUG] [APTweaks(Spawn)/]: [Ignored Dimension] Allow spawn event for EntityCosmicCod['Cosmic Cod'/127192, l='ServerLevel[haunted world]', x=42.50, y=12.00, z=-106.50] in minecraft:the_end
[20Nov2023 23:45:01.265] [Server thread/DEBUG] [APTweaks(Spawn)/]: [Ignored Dimension] Allow spawn event for EntityCosmicCod['Cosmic Cod'/127193, l='ServerLevel[haunted world]', x=45.50, y=13.00, z=-106.50] in minecraft:the_end
[20Nov2023 23:45:01.265] [Server thread/DEBUG] [APTweaks(Spawn)/]: [Ignored Dimension] Allow spawn event for EntityCosmicCod['Cosmic Cod'/127193, l='ServerLevel[haunted world]', x=45.50, y=12.00, z=-106.50] in minecraft:the_end
[20Nov2023 23:45:01.265] [Server thread/DEBUG] [APTweaks(Spawn)/]: [Ignored Dimension] Allow spawn event for EntityCosmicCod['Cosmic Cod'/127194, l='ServerLevel[haunted world]', x=-59.50, y=15.00, z=-15.50] in minecraft:the_end
[20Nov2023 23:45:01.265] [Server thread/DEBUG] [APTweaks(Spawn)/]: [Ignored Dimension] Allow spawn event for EntityCosmicCod['Cosmic Cod'/127194, l='ServerLevel[haunted world]', x=-59.50, y=14.00, z=-15.50] in minecraft:the_end
[20Nov2023 23:45:01.265] [Server thread/DEBUG] [APTweaks(Spawn)/]: [Ignored Dimension] Allow spawn event for EntityCosmicCod['Cosmic Cod'/127195, l='ServerLevel[haunted world]', x=-58.50, y=15.00, z=-16.50] in minecraft:the_end
[20Nov2023 23:45:01.266] [Server thread/DEBUG] [APTweaks(Spawn)/]: [Ignored Dimension] Allow spawn event for EntityCosmicCod['Cosmic Cod'/127195, l='ServerLevel[haunted world]', x=-58.50, y=14.00, z=-16.50] in minecraft:the_end
[20Nov2023 23:45:01.266] [Server thread/DEBUG] [APTweaks(Spawn)/]: [Ignored Dimension] Allow spawn event for EntityCosmicCod['Cosmic Cod'/127196, l='ServerLevel[haunted world]', x=-57.50, y=15.00, z=-16.50] in minecraft:the_end
[20Nov2023 23:45:01.266] [Server thread/DEBUG] [APTweaks(Spawn)/]: [Ignored Dimension] Allow spawn event for EntityCosmicCod['Cosmic Cod'/127196, l='ServerLevel[haunted world]', x=-57.50, y=14.00, z=-16.50] in minecraft:the_end

This means the mod is just logging that it's ignored the spawn event, but is not blocking anything or so see:

According the log it seems that the game tries to spawn "Cosmic Cod" on several placement in a sort time, but is not really able to spawn it. Given the amount of these "spawn" entries in a sort amount of time, I assume that something (maybe the "Cosmic Cod") is overspawming and the game or another mod is blocking other spawns.

So unfortunately this issue is not related to this mod, the mod is only showing that something tries to spawn, but is not able to spawn in the end, which is expected to some extend.

Zelioth commented 9 months ago

So I turned off cosmic cod and endermen are still being blocked. I understand the log says they are being ignored but I can't even place spawn eggs. makes the noise but no mobs show up. The reason I'm almost positive it's APTweaks is because my mod packs clients do not include the mods and spawning is normal in single player. debug(2).log

Zelioth commented 9 months ago

the last time this issue happened was when I helped with the view distance based on player position issue. it was similar to same issue but this time I'm pretty sure everything is disabled.

MarkusBordihn commented 9 months ago

Thanks for the update. But when even spawn eggs are not working it's a clear indicator that this is no related to this mod. The mod only handles natural spawned mobs, so everything which is spawned with an spawn egg, is normally not considered by this mod.

If no mobs at all are spawning maybe there is a dimension game rule like "doMobSpawn=false", claimed chunks or something like this, but at the moment I don't see any indicator that this is really related to this mod at all.

As already mentioned I exclude the "End Dimension" from any optimization because of the amount of mods and data packs which are adjusting the "End Dimension" to something else.