mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2024-12-22 09:38:52 +08:00
Update settings.glsl
Re-enable Iris shadow hack for floodfill, fix is not released yet.
This commit is contained in:
parent
9a66781d0f
commit
ec1b27adb2
@ -718,7 +718,7 @@ const vec3 aerochrome_color = mix(vec3(1.0, 0.0, 0.0), vec3(0.715, 0.303, 0.631)
|
|||||||
//#define LPV_COLORED_CANDLES
|
//#define LPV_COLORED_CANDLES
|
||||||
|
|
||||||
// Fix for making nether/end work until next Iris release to fix shadow matrices
|
// Fix for making nether/end work until next Iris release to fix shadow matrices
|
||||||
//#define LPV_NOSHADOW_HACK
|
#define LPV_NOSHADOW_HACK
|
||||||
|
|
||||||
#ifdef LPV_ENABLED
|
#ifdef LPV_ENABLED
|
||||||
#ifdef IRIS_FEATURE_CUSTOM_IMAGES
|
#ifdef IRIS_FEATURE_CUSTOM_IMAGES
|
||||||
@ -772,4 +772,4 @@ const vec3 aerochrome_color = mix(vec3(1.0, 0.0, 0.0), vec3(0.715, 0.303, 0.631)
|
|||||||
#ifdef PARTICLE_RENDERING_FIX
|
#ifdef PARTICLE_RENDERING_FIX
|
||||||
#endif
|
#endif
|
||||||
#ifdef RENDER_PLAYER_SHADOWS
|
#ifdef RENDER_PLAYER_SHADOWS
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user