Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix any dimension without a sky getting flagged as the nether #857

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

calreveraster
Copy link
Contributor

Dimensions like the End, and several modded dims (such as the last dimension, witchery's mirror dim, etc) do not have sky to avoid weather.

Because of this, every dim without a sky, including the End, was being flagged as the nether - this was messing with shaders such as Complementary that have different effects per dimension.

Adjusted the check to remove the hasNoSky check, and it fixed it.

This gets at least vanilla dims registering correctly until a dimensions.properties file is properly implemented.

Built it locally after the change, verified that it's working as intended.

calreveraster and others added 4 commits January 26, 2025 16:55
Dimension check set any dimension with no sky as the nether; this includes the end, and several custom dims such as Witchery's mirror dim, etc.
@Caedis Caedis requested a review from mitchej123 January 31, 2025 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant