Started by
Chawkolate
on
Topic category: Help with Minecraft modding (Java Edition)
So I'm trying to create a Teleporter Block with a GUI that will add buttons that will allow you to teleport to different TP Blocks after they have been placed onto the ground. The only thing is, I have no idea how to do this. I'm extremely new to the whole MCreator procedure stuff, so any help would be amazing.
I think you can create some global world or map variables and when you place the block set the variables to X, Y and Z of the block and in the procedures of the button you make move provided entity to your variables X your Y variables ( with a + 1 or - 1 to don't have the player locked in the block ) and your Z variables.