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

Exclude dimension(s) from folder in dimension.properties #2536

Open
blockninja124 opened this issue Nov 18, 2024 · 0 comments
Open

Exclude dimension(s) from folder in dimension.properties #2536

blockninja124 opened this issue Nov 18, 2024 · 0 comments

Comments

@blockninja124
Copy link

My mod conflicts with a lot of shaders that work with iris, and so I decided to give people instructions on how to add my custom dimensions to the dimension.properties so that shaders simply won't do anything in that dimension. However, I found that to do this with most shaders, I had to take out any wildcards (*) for folders. For example, the Complimentary Reimagined file was:

dimension.world0=*

dimension.world-1=minecraft:the_nether minecraft:nether

dimension.world1=minecraft:the_end minecraft:end

But to remove my dimension from the shaders I had to change it to:

dimension.world0=minecraft:the_overworld minecraft:overworld

dimension.world-1=minecraft:the_nether minecraft:nether

dimension.world1=minecraft:the_end minecraft:end

However, now the shader doesn't work in any modded dimension, as I've removed the wildcard from the world0 folder.

As a solution, I would like some way to exclude a dimension from a wildcard, instead of only including. Something like:

dimension.world0=* !namespace:mydimension

(would work on any dimension except namespace:mydimension)

If there is already a way to do this, or an alternative, please let me know. But I definitely think this would be a good feature, if there's nothing like it already.

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

No branches or pull requests

1 participant