Started by
Lord_Gator
on
Topic category: Help with Minecraft modding (Java Edition)
Hello! I am trying to make a procedure that when I create the world it will automatically send you to a custom dimension. Can you please help? Thanks.
Topic category: Help with Minecraft modding (Java Edition)
Hello! I am trying to make a procedure that when I create the world it will automatically send you to a custom dimension. Can you please help? Thanks.
Thank you but that will make it so you go to the same spot every time you join the world.
Wait, when I try to do it it says that I don't have the required dependency dimension.
try using "Player tick update"
It still doesn't work.
Try that instead of "provided dimension type = ___"
Well what I do for those is just create a variable called PlayerJoin. Initially it is false, and then in your procedure you get do "If PlayerJoin is False, then switch dimension to [insert dimension here]. Then make sure you set PlayerJoin to true so that the next time they load up the world they don't just go back to the dimension if they're already in it.
It worked thank you!
which of our solutions worked?
CaiGuyCrafter's solution, it always work
supermj767 yours worked thanks!
Np :D
Haha, it's not a competition guys. But yeah, I do love using the variables to decide if you came in first. Maybe you could use it some other time.