Remove MC Texture LodBias config

This commit is contained in:
James Seibel
2026-02-02 07:17:49 -06:00
parent b511ab4fb3
commit c4b49ef308
4 changed files with 0 additions and 21 deletions
@@ -150,12 +150,6 @@ public interface IDhApiGraphicsConfig extends IDhApiConfigGroup
/** If enabled vanilla chunk rendering is disabled and only fake chunks are rendered. */
IDhApiConfigValue<Boolean> lodOnlyMode();
/**
* Setting this to a non-zero number will modify vanilla Minecraft's LOD Bias,
* increasing how quickly its textures fade away.
*/
IDhApiConfigValue<Double> lodBias();
/**
* Determines how LODs should be shaded.
*