architectury-api icon indicating copy to clipboard operation
architectury-api copied to clipboard

Teleport API

Open UnRealDinnerbone opened this issue 3 years ago • 2 comments

Both forge and fabric have apis to help teleport player to another dimension

Forge: ITeleporter and changeDimension on Entity Fabric: FabricDimensions.teleport

UnRealDinnerbone avatar Oct 19 '22 20:10 UnRealDinnerbone

What is the advantage of using these APIs over just teleporting entities with vanilla's builtin teleportTo method?

MaxNeedsSnacks avatar Oct 20 '22 12:10 MaxNeedsSnacks

They both seem to allow you to teleport the player and skip Vanilla portal generation and at least on forge it allows you to handle portal placing (don't know if that part is needed though)

UnRealDinnerbone avatar Oct 20 '22 13:10 UnRealDinnerbone