Set default GUI scale 2, music off, master volume 20%

- Ship options.txt override with guiScale:2, soundCategory_music:0.0, soundCategory_master:0.2
This commit is contained in:
ReaperOfVeriod
2026-08-20 19:30:18 +02:00
parent c82ce5b2df
commit ff55627468
2 changed files with 1 additions and 0 deletions
Binary file not shown.
+1
View File
@@ -18,6 +18,7 @@ OUT = os.path.join(os.path.dirname(os.path.abspath(__file__)),
# (name in instance, override source path) — shipped as-is into .minecraft
OVERRIDES = [
("servers.dat", os.path.join(INSTANCE, "servers.dat")),
("options.txt", os.path.join(INSTANCE, "options.txt")),
("config/flywheel-client.toml", os.path.join(INSTANCE, "config/flywheel-client.toml")),
("config/iris.properties", os.path.join(INSTANCE, "config/iris.properties")),
("config/irisflw-client.toml", os.path.join(INSTANCE, "config/irisflw-client.toml")),