We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8380b3 commit c4d09c7Copy full SHA for c4d09c7
src/main/java/net/coderbot/iris/pipeline/newshader/NewWorldRenderingPipeline.java
@@ -581,7 +581,8 @@ public void finalizeLevelRendering() {
581
582
@Override
583
public boolean shouldDisableVanillaEntityShadows() {
584
- return true;
+ // OptiFine seems to disable vanilla shadows when the shaderpack uses shadow mapping?
585
+ return shadowMapRenderer instanceof ShadowRenderer;
586
}
587
588
0 commit comments