Fabric: some options look broken
MeeniMc opened this issue · 9 comments
Versions
- lootr 0.4.22.61
- cloth-config 8.2.88
- modmenu 4.0.6
- fabric-api 0.64.0+1.19.2
- minecraft 1.19.2
Issues
Some options do not look right (translation string is missing). Unsure if toggling the options has an effect or not.
Some matching errors appear in the log when interacting with the config screen.
Visual
Log
[13:08:19] [Render thread/ERROR]: No GUI provider registered for field 'private static java.util.Set net.zestyblaze.lootr.config.LootrModConfig.DECAY_MODS'!
[13:08:19] [Render thread/ERROR]: No GUI provider registered for field 'private static java.util.Set net.zestyblaze.lootr.config.LootrModConfig.DECAY_TABLES'!
[13:08:19] [Render thread/ERROR]: No GUI provider registered for field 'private static java.util.Set net.zestyblaze.lootr.config.LootrModConfig.REFRESH_MODS'!
[13:08:19] [Render thread/ERROR]: No GUI provider registered for field 'private static java.util.Set net.zestyblaze.lootr.config.LootrModConfig.REFRESH_TABLES'!
[13:08:19] [Render thread/ERROR]: No GUI provider registered for field 'private static java.util.Set net.zestyblaze.lootr.config.LootrModConfig.DIM_WHITELIST'!
[13:08:19] [Render thread/ERROR]: No GUI provider registered for field 'private static java.util.Set net.zestyblaze.lootr.config.LootrModConfig.DIM_BLACKLIST'!
[13:08:19] [Render thread/ERROR]: No GUI provider registered for field 'private static java.util.Set net.zestyblaze.lootr.config.LootrModConfig.DECAY_DIMS'!
[13:08:19] [Render thread/ERROR]: No GUI provider registered for field 'private static java.util.Set net.zestyblaze.lootr.config.LootrModConfig.REFRESH_DIMS'!
[13:08:19] [Render thread/ERROR]: No GUI provider registered for field 'private static java.util.Set net.zestyblaze.lootr.config.LootrModConfig.LOOT_BLACKLIST'!
[13:08:19] [Render thread/ERROR]: No GUI provider registered for field 'private static java.util.Map net.zestyblaze.lootr.config.LootrModConfig.replacements'!
[13:08:19] [Render thread/ERROR]: No GUI provider registered for field 'private static java.util.Set net.zestyblaze.lootr.config.LootrModConfig.LOOT_MODIDS'!
Hm this might be a cloth config issue, I've been meaning to update the config anyway so I'll mark that for the next update
@ZestyBlaze Was this completed?
I think I did it but forgot to commit. I'm currently in the middle of a healthcare emergency so I'll have to commit it later when I get back from the hospital
The config screen texts are now correct, however the log warnings are still present. Not sure if they indicate a real problem or are just noise.