Showing overlay when in dimension

Started by strictartist16… on

Topic category: Help with Minecraft modding (Java Edition)

Active 4 months ago
Joined Nov 2024
Points:
21

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
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...

Active 6 hours ago
Joined Mar 2024
Points:
139

User statistics:

  • Modifications: 0
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 58
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