Commit graph

3 commits

Author SHA256 Message Date
2dcbbd4753 fix(forge-1.20.1): sync options via AutoModpack and restore standard keybinds
- Relocate options.txt to host-modpack root and configure AutoModpack sync with allowEditsInFiles
- Standardize default keybindings in keybindings.txt (Left Shift = Crouch, Left Control = Sprint)
- Remove options.txt from defaultoptions payload to resolve early-boot graphics init race condition
- Update runtime configuration for packetfixer
- Update instance README.md, mod-configs.md, runbook scp targets, and releases endpoint URL
2026-08-16 16:10:46 +00:00
e3b866b989 fix(automodpack): decouple client options sync and separate keybindings template
- Move default keybindings to config/defaultoptions/keybindings.txt for modern Default Options mod compatibility
- Remove root options.txt from AutoModpack host folder to prevent wiping player audio, graphics, and FOV preferences on boot
- Strip key_ lines from config/defaultoptions/options.txt to leave clean first-launch defaults
- Update instance README, mod-configs matrix, and operations manual to document the two-file default options architecture
2026-08-16 07:04:40 +00:00
bfef04b17f feat(config): restore options.txt, servers.dat, and shader configs to automodpack sync 2026-08-15 22:07:47 +00:00