Started by
rescue0978
on
Topic category: Help with Minecraft modding (Java Edition)
I would like to teleport the player (who is in a vehicle, riding an entity such as a Flan's mod plane), into the End when he reaches an altitude of 255 blocks in the overworld, then the reverse when he reaches the altitude 0 in the End.
https://i.imgur.com/SMoWox5.png
The player teleports fine as expected, when he reaches Y = 255 in the overworld or Y = 0 in the End, but when the player rides an entity, it doesn't work, the player does not switch dimensions.
What should I do to fix this ?
did you figure this out? im trying to do the same
I have an idea. Instead of "On player tick update" put there "On loaded entity tick update". Should work
By the way, "Switch dimension" block only works with players. It is literally written on it :D
has anyone found out how to do this?