Started by
CatsAreCool1
on
Topic category: Help with Minecraft modding (Java Edition)
I wanted to make player teleport from block 1 to block 2.
This means that if player clicked on block, he will be teleported to another biome or location (not to other dimension...) where the other block is.
I tried to make a NBT for block 2, and then when clicked on block 1 it will find block 2 and go there But I don't know how to do that...
Try : [SET LOCATION OF (EVENT/TARGET ENTITY) AT X Y Z]
I hope you will find a way out of your problem ! ^^
Use variables that store the players location
Also I think cursedwarrior and northwesttrees did a tutorial on this
Well, for one, you'll have to have a chunkloader in operation at the second block if its very far from your position when clicking the first one.