add explanation

This commit is contained in:
Leijurv 2019-05-15 21:55:01 -08:00
parent da58988f01
commit 0dd4834e18
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -577,7 +577,7 @@ public final class Settings {
public final Setting<Boolean> renderCachedChunks = new Setting<>(false);
/**
* 0.0f = not visible, fully transparent
* 0.0f = not visible, fully transparent (instead of setting this to 0, turn off renderCachedChunks)
* 1.0f = fully opaque
*/
public final Setting<Float> cachedChunksOpacity = new Setting<>(0.5f);