Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Releases: Andbeav/SafeTweaks

v1.2.0

11 Jan 19:04
e94763d
Compare
Choose a tag to compare

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

11 Jan 12:57
a0efe1c
Compare
Choose a tag to compare

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

08 Jan 10:36
5d515d3
Compare
Choose a tag to compare

v1.0.1

Fixes the RenderDistanceFogOverride not having persistence in the mod menu.

Initial release

07 Jan 18:39
Compare
Choose a tag to compare

Initial release with the following two tweaks:

  • Gamma override
  • Render distance fog override