Missing end portal spawn point causes a drop into the void when returning from a gateway
andwn opened this issue ยท 5 comments
Setup:
1.14.4 with Fabric Loader, Immersive Portals v0.27 as the only mod
To reproduce:
- Create a new world with seed "angus" (all lowercase) and enable cheats
- Spawn the needed items, and set the difficulty to peaceful to get rid of silverfish and endermen
/difficulty peaceful
/give @a ender_eye 12
/give @a ender_pearl 12
- Warp to the end portal
/teleport @a -993 37 -1205
- Light the end portal, take a note that underneath the end portal is the exit portal at the dead center of the boss arena
- Enter it and quickly warp to a gateway, one is located here
/teleport @a 949 62 -1878
- Throw an ender pearl in
Why does this happen?
Because during step 4, the spawn point in the end was supposed to be over the void (100, 49, 0), and the gateway warps you back to where that was. Had Immersive Portals not been installed a platform of obsidian would have generated underneath this spot.
You can verify this by attempting to reproduce the issue a second time without the mod installed.
Do you mean that the obsidian platform in end spawnpoint is not generated? It seems that this issue is not correlated with a special seed or position.
I added the obsidian platform generation and it works fine in your seed. The platform will be generated every time a player enters the end portal.
Yeah it was the platform, just a bit hard to explain. I'll check it out later tonight, thanks!