This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
Releases: Andbeav/SafeTweaks
Releases · Andbeav/SafeTweaks
v1.2.0
Key binds and double sneak toggle
Summary
Key bind manager implemented to toggle tweaks. Togglable toggle sneak.
Double sneak toggle explained
You can now hotkey whether you have to hold crouch or tap it to stay shifted.
Key bind manager config file specifications
- Name of configuration file:
safetweaks-key-bindings.txt
- Location of file:
**/.minecraft/config/
Config format:
flag1=false
flag2=true
v1.1.0
Persistence for toggles
Summary
Your toggles will now be saved in whatever state you chose.
I.e. You toggle the RenderDistanceFogOverride and the game will remember whether it was enabled or disabled the next time you launch.
Config file specifications
If it doesn't exist the config file will be automatically generated and populated with defaults.
- Name of configuration file:
safetweaks-feature-flags.txt
- Location of file:
**/.minecraft/config/
Config format:
flag1=false
flag2=true
v1.0.1
Initial release
Initial release with the following two tweaks:
- Gamma override
- Render distance fog override