Started by
Bath_Toast
on
Topic category: Help with Minecraft modding (Java Edition)
Hey all, so I've recently added a new dimension in my mod that I intend to use for my mod pack, the whole theme is darkness. However, it seems when theres a problem or two.
Using the Nether generation, and setting the Fog to black, but the universal lighting is enabled
I sometimes find this weird issue where looking around will result in the fog changing color in some strange way
Also, mushrooms spawn. This seems to be extremely rare as ive only found one instance of them. But is there any way to prevent this?
I think the mushrooms per chunk is in biome properties. Set it to zero. I don't know with the fog color, in my dimension, the fog which should be yellow sometimes turned orange when I looked in specific direction. But my dimension has overworld generation, maybe it has something to do with daytime.
I think the coloration is due to the minecraft code generating it as a nether shaped dimension adding basic nether fog
the weird fog happens in almost every dimension mod, like banana said, its because of daytime, my solution is to set the time to midnight or night but that only works on singleplayer.