Add logs when changing vanilla settings

This commit is contained in:
James Seibel
2026-02-13 07:49:31 -06:00
parent 291c0470ad
commit 0a568571d9
@@ -182,6 +182,8 @@ public class LodRenderer
// only do this once, that way they can still be reverted if desired
if (Config.Client.Advanced.Graphics.overrideVanillaGraphicsSettings.get())
{
LOGGER.info("Overriding vanilla MC settings to better fit Distant Horizons... This behavior can be disabled in the Distant Horizons config.");
MC.disableVanillaClouds();
MC.disableVanillaChunkFadeIn();
MC.disableFabulousTransparency();