generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
ISSUE:
On 1.21, the mod causes the stuff in options.txt to reset every time the instance is relaunched, prompting the player to "press enter to enable the narrator" and resetting all video settings every time the game is rebooted as if the instance is freshly loaded. this issue might also affect 1.20.5/.6, but im too lazy to test :(
HOW TO REPRODUCE:
- Create an instance with version 1.21 and install fabric loader
- put this mod in the mods folder
- create a file called "fabric_loader_dependencies.json" in the config folder and copy and paste this into the file
{ "version": 1, "overrides": { "fiveonefouroneeight": { "-depends": { "minecraft": "IGNORED" } } } } - launch the game
- note how the game prompts you to enable the narrator
- press ok, and go to video settings to change a random setting, like gui scale
- close the game and relaunch
- notice how the game prompts you to enable the narrator again, even though you clicked okay last time
- notice how the video setting you changed is now reset to default
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels