Started by
strictartist16…
on
Topic category: Help with Minecraft modding (Java Edition)
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...
Use the block "id of dimension <event/target entity> is in", id 0 = overworld, 1 = nether, 2 = end. Use the console for the test