Null-MC / Shrimple

A simple Minecraft Java shader that attempts to maintain the vanilla aesthetic while adding optional shadows & colored lighting.
Other
131 stars 6 forks source link

[ bug ] disabling shadow smoothing removes refraction #33

Open christopher317 opened 1 year ago

christopher317 commented 1 year ago

and so does removing shadows entirely as you would guess iris: latest ( 1.6.4 ) mc: 1.20.1 loader: quilt shader: 0.9 ( also happens on latest code but there is no fix )

shadow smoothing on: ( expected behavior ) 2023-07-15_09 41 46 shadow smoothing disabled: ( actual behavior ) 2023-07-15_09 42 17 ( temp fix im using in the first ss is to have shadows on but have the resolution as low as possible and set the brightness to 100% so there's little to no performance and visual impact )

if i were to guess whats going on i would guess that the refraction shader got lumped in with the shadow smoothing shader for some reason and as a result disabling shadows, shadow filtering, or smoothing disables refraction as well.