Rain particles doesn't show through glass
Atlas020 opened this issue ยท 1 comments
As the title say's, the rain paticles don't appear when there is any type of glass in front of it (also rain fog)
I've tried with both v2.0.4 and the latest in-dev version and they both have the same issue.
Also tried with complementary unbound and reimagined r5.2.1, kappa v5.2 and noble v1.6.7 and the bug is not there.
I removed all my mods exept for sodium and iris, and all resource packs to be sure it wasn't part of the issue.
this is vanilla minecraft behavior. rain does not render behind translucent geometry.
bliss changes normal glass to be rendered in the translucent render layer, so it can have hardcoded reflections like water and the other glasses.
you can go inside the shader files, and find the block.properties
file. (its just a text file). look for layer.translucent =
, and delete all block ID's within that list. it will revert glass to being rendered in the opaque/cutout render layer