From ec1b27adb24e8a5fe41eea51ce95dba9990561dc Mon Sep 17 00:00:00 2001 From: Joshua Miller Date: Mon, 10 Jun 2024 21:35:39 -0400 Subject: [PATCH] Update settings.glsl Re-enable Iris shadow hack for floodfill, fix is not released yet. --- shaders/lib/settings.glsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shaders/lib/settings.glsl b/shaders/lib/settings.glsl index 6239145..97e2289 100644 --- a/shaders/lib/settings.glsl +++ b/shaders/lib/settings.glsl @@ -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 // 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 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 #endif #ifdef RENDER_PLAYER_SHADOWS -#endif \ No newline at end of file +#endif