Clouser settings locker
This modification provides the ability to lock specific game settings, preventing accidental changes to parameters critical for the proper functioning of maps created by Clouser.
A settingsLock.txt file is automatically created in the main Minecraft folder, containing configuration parameters. By modifying values in this file, you can activate or deactivate various options. No game restart is required - all changes are applied in real time, you just need to reopen the settings menu.
Example line from the configuration file:
options.fov = true // Field of View
Let's examine the structure of this line in detail:
options.fov- identifier of the target setting or button=- separatortrue- parameter value:trueenables the option,false- disables it//- comment startField of View- name of the setting in the game in English (in this case - the field of view slider)
Additional technical information is available on GitHub.