LodestarMC / Aileron

A unique overhaul to Minecraft's Elytra.
Other
7 stars 12 forks source link

Aileron appears to generate its config before the Default Options mod can kick in #37

Open alexbobp opened 2 months ago

alexbobp commented 2 months ago

I'm working on a modpack with Aileron, and I need to turn off camera tilt by default, because my pack also includes Do A Barrel Roll which does its own camera tilting, and the combination causes issues.

When using the Default Options mod ( https://modrinth.com/mod/default-options ), it seems to be impossible to successfully provide a default config for Aileron. My best guess is that Aileron is loading/generating its config at too early a stage, and thus placing its own default config before the Default Options mod has a chance to do so.