Clouds don't appear to work in custom dimensions
I have installed the mod on my client where I am running several custom dimensions with biomes for resource gathering. The clouds render properly in the overworld but don't appear to render in any other dimension
Would it be possible to have a setting in the config to set dimensions where the clouds should appear?
I'm working on that exact feature. Since other dimensions often have different sky colors I am including a color editor, which is taking some time.
Progress on the color editor has been very slow, so I've just released an update for 1.20+ that adds a new config entry "enabled_dimensions". It is only in the config file, not accessible through the gui. It will appear once you've opened and closed the settings screen.
"enabled_dimensions": [ "minecraft:overworld" ]
As long as the dimension's sky looks more or less like the overworld one, it should just work.
For #65 just set it to: [ "minecraft:overworld", "eco:ogstratospherical" ]
Can you let the cloud height be customized for each dimension? :D
I need to rework the config system to enable per world / dimension settings. But I am really not motivated to do so. I think I'll eventually add it.