What Minecraft version(s) does this apply to?
1.21.5
Project version
1.2.14
Mod or datapack version?
Fabric/Quilt Mod
Describe the bug
From the datapack/mod page, entering a rift is expected to teleport the player back to the main end island. However, currently entering a rift will send the player to an end gateway nearby the rift instead. Trying to enter into the rift multiple times will result in multiple end gateways being generated on top of each other.
This was also tested on Minecraft 1.21.11 (Nullscape v1.2.16)
Additional context
The issue was also reproduced with end gateway blocks created using the /fill command when no exit_portal NBT tag is provided. Providing the exit_portal tag (ex. /fill ~ ~ ~ ~ ~ ~ minecraft:end_gateway{Age:180,ExactTeleport:1,exit_portal:[I;100,49,0]} provides the expected behaviour when the location is set to the End Platform.
What Minecraft version(s) does this apply to?
1.21.5
Project version
1.2.14
Mod or datapack version?
Fabric/Quilt Mod
Describe the bug
From the datapack/mod page, entering a rift is expected to teleport the player back to the main end island. However, currently entering a rift will send the player to an end gateway nearby the rift instead. Trying to enter into the rift multiple times will result in multiple end gateways being generated on top of each other.
This was also tested on Minecraft 1.21.11 (Nullscape v1.2.16)
Additional context
The issue was also reproduced with end gateway blocks created using the
/fillcommand when noexit_portalNBT tag is provided. Providing theexit_portaltag (ex./fill ~ ~ ~ ~ ~ ~ minecraft:end_gateway{Age:180,ExactTeleport:1,exit_portal:[I;100,49,0]}provides the expected behaviour when the location is set to the End Platform.