mccreery / better-hud

All the information you'll ever need! A Minecraft mod written in Forge.
https://www.curseforge.com/minecraft/mc-mods/better-hud
MIT License
32 stars 11 forks source link

Config loading before element registration #113

Closed mccreery closed 3 years ago

mccreery commented 3 years ago

Concerns 1.15.2

Problem

In ModLoader, the loadMods method loads mod configs just after the constructor and before setup/sided setup/imc (the last of which comes under finishMods and runs after loadMods).

Therefore config cannot be loaded with generated data, at least when using Forge's Nightconfig.

Possible Solutions