Configs don't respect custom game directory [BUG]
DevScyu opened this issue ยท 6 comments
Describe the bug
Expected:
Config files to be saved into my custom game directory.
Actual:
Config files were saved to the .minecraft
folder
To Reproduce
Launch game with different game directory set in the launcher
My profile is set to %APPDATA%/.wynntils
, however, configs are being saved to %APPDATA%/.minecraft
Version Information
- OS: Tested on Mac and Windows
- Launcher: Official Minecraft Launcher
- Minecraft 1.18.2
- Fabric Loader version 0.14.9
- Mod Version 1.4.6
It uses the current directory for the config. Looks more like the launcher doesn't set that correctly. Will look into it. Which launcher is this?
Hm, good job Mojang. Curseforge launcher does it correctly. Will have to look into how mc knows about this launcher value.
Seems to be a new launcher bug: https://bugs.mojang.com/browse/MCL-22685
Good find. Yea, let's see how that issue goes. Would suck to have to change the config logic for each and every mod.