diff --git a/shaders/lib/settings.glsl b/shaders/lib/settings.glsl
index 873b314..8710402 100644
--- a/shaders/lib/settings.glsl
+++ b/shaders/lib/settings.glsl
@@ -725,7 +725,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
@@ -784,4 +784,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