Teleport API
UnRealDinnerbone opened this issue ยท 2 comments
Both forge and fabric have apis to help teleport player to another dimension
Forge: ITeleporter and changeDimension on Entity
Fabric: FabricDimensions.teleport
What is the advantage of using these APIs over just teleporting entities with vanilla's builtin teleportTo method?