Gateway Imploded Because There Was Not Enough Space To Spawn The Next Wave Verified
If your arena floor is made of , the mod sees these as invalid spawn coordinates . This reduces the available space dramatically, triggering the implosion.
To help narrow down the context of this issue, could you tell me you encountered this message in? If you are a developer, I can also provide the Luau or C# code snippets needed to fix collision groups and prevent this fail-safe from triggering. Share public link
: Certain gateways (like those for Apotheosis invaders) are hard-coded to only work in specific dimensions, usually the Overworld . Attempting to use them in dimensions like the Mining Dimension or Compact Machines often triggers this error. If your arena floor is made of ,
If the designated spawn area is completely filled with existing units, dead bodies, or player-built towers, the engine faces a paradox.
Check if the specific gateway you are using is compatible with your current location (e.g., some gateways may only work in the Overworld or the Nether). If you are a developer, I can also
print("Arena construction complete. Y-Level verified.") print("Activating GatewaysToEternity...")
for x in range(-radius, radius + 1): for z in range(-radius, radius + 1): # Check if the block at (x, 64, z) is a valid full block if not is_full_block(world.get_block(x, 64, z)): print(f"Fixing invalid block at x, z") world.set_block(x, 64, z, "minecraft:obsidian") If the designated spawn area is completely filled
: Use a lower-tier Gateway Pearl. The Gateway of the Apothic Pinnacle and Thundering Summit are currently broken in many major modpacks. The mod cannot physically spawn the required quantity of enemies simultaneously in the space available, even if that space is technically large enough. You will need to use a less powerful gate or downgrade the version of "Gateways to Eternity" to a legacy patch (Version 5.0.x, before the stricter validation was introduced).
Do not use grass, dirt, or stone. Build a perfectly flat, solid platform out of (full blocks only). The platform should be centered exactly at the Gateway's "feet."