transparent particles having issues rendering properly
I'm not sure where to ask for help with this but I'm having issues with some particles like mana bursts not being visible with shaders, and couldn't find any support threads anywhere I've looked. Is this a known issue? Sodium support directed me here since itβs only an issue when shaders are enabled
10 Replies
GitHub
Iris/docs/usage/incompatible-mods.md at 1.18.2 Β· IrisShaders/Iris
A modern shaders mod for Minecraft compatible with existing OptiFine shader packs - IrisShaders/Iris
Botania has implemented a fix for incompatibility involving custom shaders for rendering mana pool levels and disabling those shaders fixes THOSE issues, however this issue affects ALL translucent particles and not blocks. For example, projectile spells from ars nouveau.
Side note, specifying that botania has a config option for disabling custom shaders may be helpful on that referenced page
Hum...
@IMS ?
Please try Complementary Shaders
Kappa uses deferred rendering, which has fundamental incompatibilities with how translucent objects work
If it works with Complementary, we canβt fix the issue
It's not fixed this thing ?
Okay side question. The particles are rendered flawlessly over water which is translucent. I hadnβt even considered the idea of deferred shaders complicating translucency. However, it seems like there IS a possible solution seeing as they work fine when rendered over a translucent surface but not when rendered over an opaque one. Iβve just started using intellij to start learning GLSL and mod coding specifically for this one issue. Are there any resources or trusted members of the community who are versed enough in GLSL to help me?
https://discord.gg/RpzWN9S
people in trainee-chat can give advice
Omg tysm!
Im working with the botania dev team to implement some changes and/or settings to implement shader compatibility. Would you guys be interested in a ping when we have a workable version, so the FAQ/incompat list can be updated to reflect the change?
Sure
@IMS https://github.com/VazkiiMods/Botania/pull/4525 Hoping to see a merge. Will update if implemented
GitHub
Forge + Fabric Opaque Particles for Shader Compat by blagdorfinguy ...
When a shader pack uses GLSL deferred rendering, particles with transparency are not rendered correctly.
This addition to the config file will change the rendering method when opaqueParticles is se...