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

add file capitalization check when debug options are enabled #2449

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

fayer3
Copy link
Contributor

@fayer3 fayer3 commented Aug 21, 2024

this adds a check that the include files are capitalized correctly when debug options are enabled.
it also will show file include errors, instead of only printing them to the log.

this is useful when developing on windows, which ignores file capitalizations, but when zipped they are not ignored.

the lastDimension != null check in handleException was added, because the include resolving runs before the minecraft font is initialized, so it would crash when trying to create the screen on bootup.

grafik

@IMS212 IMS212 merged commit a640a8a into IrisShaders:1.20.3 Aug 21, 2024
1 check passed
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.

2 participants