Started by
Steve381489
on
Topic category: Help with MCreator software
Does anyone know how I can create an entity that if I touch it I'll be teleported to another dimension? Or something that if I touch it I'll be teleported to another dimension? I'm trying to create a system of planets that if I touch it I'm teleported to another dimension like GalactiCraft.
There is a procedure that allows you to teleport players to different dimensions, and a trigger in the living entity that activates when the player collides with it. Another thing you could use is the procedure for when an entity collides with a block to do the same thing.
OK. Thanks