Skip to content

Allow seasonal color changes without reloading worldRenderer#161

Draft
Andrew6rant wants to merge 3 commits intolucaargolo:1.20from
Andrew6rant:1.20
Draft

Allow seasonal color changes without reloading worldRenderer#161
Andrew6rant wants to merge 3 commits intolucaargolo:1.20from
Andrew6rant:1.20

Conversation

@Andrew6rant
Copy link
Copy Markdown
Contributor

Marking as a draft PR for now because this has no effect with Sodium enabled.
You could get around that with a simple check,

if Sodium:
    worldRenderer.reload(); #same as current implementation
else:
    worldRenderer.reloadOnlyColors(); #new optimized way

But I kinda want to see if I can get it fully working both with and without Sodium. Up to you

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