Started by
AllozaBD
on
Topic category: Help with Minecraft modding (Java Edition)
I made a teleporter and i need help, i'm tring to make it so when the player types the coordinates and presses okay it will make those the location so when you step on the block it teleports you to that location, all i need help with is making the coords into a variable.
EDIT- tried to put it under help but said i couldn't now i can't change it sorry for the miss info
Edited by AllozaBD on Thu, 08/01/2019 - 14:51
Place text field elements on GUI and use procedures to read coordinates. To convert text to number, you have a block for this too in procedure editor.