Added setting to disable lighting

This commit is contained in:
Anuken
2023-09-02 11:49:34 -04:00
parent bff4097c88
commit 2e1b4934ad
4 changed files with 6 additions and 3 deletions

View File

@@ -440,6 +440,7 @@ public class SettingsMenuDialog extends BaseDialog{
graphics.checkPref("effects", true);
graphics.checkPref("atmosphere", !mobile);
graphics.checkPref("drawlight", true);
graphics.checkPref("destroyedblocks", true);
graphics.checkPref("blockstatus", false);
graphics.checkPref("playerchat", true);