TwelveIterationMods / DefaultOptions

Minecraft Mod. A way for modpacks to ship default settings without having to include an options.txt file.
https://mods.twelveiterations.com/mc/default-options/
Other
9 stars 9 forks source link

Only server data is applied #75

Closed Crystal-Spider closed 9 months ago

Crystal-Spider commented 9 months ago

Minecraft Version

1.20.4

Mod Loader

Fabric

Mod Loader Version

0.15.3 / 0.92.1+1.20.4-

Mod Version

20.0.1+fabric-1.20.4

Balm Version

9.0.4+fabric-1.20.4

Describe the Issue

  1. I save all my default options via the command /defaultoptions saveAll and I make sure the generated files contain the proper data.
  2. I export my modpack via Modrinth and I make sure the exported data includes the proper files with the proper data and to not include options.txt and servers.dat.
  3. I import my modpack via Modrinth and I make sure once again every file is there and is correct.
  4. I run for the first time the modpack and everything is reset to Minecraft Vanilla defaults rather than the saved default options, apart from the server data (it does contain the list of servers I would expect).

Logs

https://pastebin.com/BUvS4f4R

Do you use any performance-enhancing mods (e.g. OptiFine) or custom server distributions (e.g. SpongeForge)?

DynamicFPS, Entity Culling, FerriteCore, ImmediatelyFast, Iris Shaders, Lithium, ModernFix, More Culling, Sodium, Sodium Extra.

Crystal-Spider commented 9 months ago

Nvm, I found out that the issue is due to how Modrinth App forces fullscreen (it uses options.txt).