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

[Bug/Suggestion] Skyweave invisible while using shaders - Shows blocks around it. Possible Fix? #1568

Closed
Vnersack opened this issue Jan 3, 2025 · 1 comment

Comments

@Vnersack
Copy link

Vnersack commented Jan 3, 2025

Hello. I use shaders a lot, so do many people playing this one modpack (1.19.2) I found. What we realized is that Skyweave does not render, at all, when using shaders (Iris port to Forge, not optifine, although I wouldn't know if it happens with optifine as well).

Now, I went digging through the files, and while I can't read code much, I did compare normal shader core files vs the ars nouveau shader core files, and what I found is that the sky.json file refers to ars_nouveau:sky instead of minecraft:core/position for rendering the sky.

Once again, I do not know how to code, I just am decent at doing research and comparing stuff. But, maybe this would be how one would fix it? That is, making sure that ars_nouveau:sky is seen as minecraft:core/position despite being different. Cheers.

@baileyholl
Copy link
Owner

Shaders disable and replace the main vanilla shader pipeline, custom rendering has to be built just to accommodate for them which I am not willing to commit time for, sorry.

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

2 participants