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:
Binary file not shown.
@@ -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")),
|
||||
|
||||
Reference in New Issue
Block a user