Disable shaders in a dimension #2466
Unanswered
blockninja124
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm helping to make a space mod that has its own space dimension, but we've run into a problem getting it to work with shaders. The main problem is that after trying a bunch of shaders (about 5), we found that some of our custom rendering is being ignored/made invisible by the shaders. To fix this, I was wondering if it is possible to disable shaders in a particular dimension(s). I noticed that from here in the iris docs, you can have custom shaders per dimension. I was wondering if
A) I can have the mod change all active shader packs to include a file inside them that makes it so that dimension(s) doesn't have shaders
or
B) Disable shaders in a particular dimension in a different/easier way
Beta Was this translation helpful? Give feedback.
All reactions