Showing overlay when in dimension

Started by strictartist16… on

Topic category: Help with Minecraft modding (Java Edition)

Joined Nov 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Showing overlay when in dimension

Im making a mod with the new NeoForge where I want a specific overlay to be shown when I am in the Overworld, another for the Nether and a third for the End. I made the textures as an overlay and now I have problems with doing the procedure for the option "Display overlay in-game" in the overlay editor. How do I do that? I did it with Fabric before but NeoForge is just different...

Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use the block "id of…
Sun, 11/10/2024 - 11:47

Use the block "id of dimension <event/target entity> is in", id 0 = overworld, 1 = nether, 2 = end. Use the console for the test