Configuration files are created empty
TheDirectorX opened this issue · 4 comments
Describe the bug
Configuration files are created in the config folder, but they are completely empty.
To Reproduce
- Install mod with Twitch Launcher
- Launch Minecraft
Log output/error
debug.log
Expected behavior
I expected configuration files to be created with all values ( ͝סּ ͜ʖ͡סּ)
Versions:
- Forge Version:
31.1.35
(tested on version31.1.18
as well) - MC Version:
1.15.2
- Mod Version:
1.15.2.1.5.20
(also tested versions from1.15.2.1.5.17
to1.15.2.1.5.20
)
Additional context
Comment with a similar problem on Curse #98
@TheDirectorX The config files generate after a world is created. Try getting a new world generated.
True, but shouldn't this be generated during the loading of Minecraft? I'm not the only one who is confused.
Hey just checked config by default are only generated after a world is loaded in mc 1.14 +. I currently generate the files alone that's why it's empty. I will change it so that files aren't generated by me but forge so it's consistent.