Started by
bird 400
on
Topic category: Help with Minecraft modding (Java Edition)
How can I make an item, similar to chorus fruit, that teleports you to a random location within a certain radius?
Edited by bird 400 on Sun, 11/02/2025 - 17:46
Tp player to x+rand y z+rand, you can do a check before at x+rand y z+rand = air, if not try y+1 and so on then tp to that x y z values
Which procedure block would I use to teleport the player?
Set location of event/target entity to x y z