Started by
Lynelox322
on
Topic category: Help with Minecraft modding (Java Edition)
Is there a way to detect the dimension where we are? I have been looking for a long time but I can't.
Topic category: Help with Minecraft modding (Java Edition)
Is there a way to detect the dimension where we are? I have been looking for a long time but I can't.
Personally, I do this using a global variable and the event "entity travels to a dimension". Then on that happening, set the global variable with a text tag which can be anything you want.
If you start in the overworld, just prepopulate the global tag with "Overworld" or whatever.
There is a procedure block get id of dimension entity is in.