teamfusion / rottencreatures

4 stars 11 forks source link

Config values aren't actually used in code #25

Open Hidoni opened 1 year ago

Hidoni commented 1 year ago

While writing the PR for #24 I realized this mod doesn't actually use any of the config values it loads, on both Fabric and Forge.
The code defines and accesses config values through the ConfigEntries class defined in your code, but this class's fields never have their values written to by the side-specific mod loading code:

ItsBlackGear commented 1 year ago

Yes! i realized this as well too and i've been working on a proper config since the current one is not working, this should be fixed by next update ^^"