keep cave culling for medium quality preset

This may be changed back at some point in the future, but depending on the usecase (IE vanilla survival) cave culling is generally better than not having it, and if people see weirdness they can probably guess that increasing the quality preset may fix it.
This commit is contained in:
James Seibel
2025-06-23 07:23:26 -05:00
parent e93d5b90f1
commit 5802bbb3f3
@@ -110,7 +110,7 @@ public class RenderQualityPresetConfigEventHandler extends AbstractPresetConfigE
{{
this.put(EDhApiQualityPreset.MINIMUM, true);
this.put(EDhApiQualityPreset.LOW, true);
this.put(EDhApiQualityPreset.MEDIUM, false);
this.put(EDhApiQualityPreset.MEDIUM, true);
this.put(EDhApiQualityPreset.HIGH, false);
this.put(EDhApiQualityPreset.EXTREME, false);
}});