You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Noticed that nested config classes are only supported if they are inner static classes of the root Config class which would be annoying refactoring for me.
Also noticed that duplicate field names in the Json would cause incorrect comments because the OmegaConfig logic does not take into account that scenario and just overrides with the last comment for a field name
I already submitted a PR to fix this: #21, but putting up an Issue so it's more easily searchable in case others run into the same problem
The text was updated successfully, but these errors were encountered:
Was trying to use OmegaConfig instead of Cloth Config for my mod (https://www.curseforge.com/minecraft/mc-mods/spoorn-bounty-mobs), due to issues with Lists and Maps always reverting to default values: shedaniel/cloth-config#104.
Noticed that nested config classes are only supported if they are inner static classes of the root Config class which would be annoying refactoring for me.
Also noticed that duplicate field names in the Json would cause incorrect comments because the OmegaConfig logic does not take into account that scenario and just overrides with the last comment for a field name
I already submitted a PR to fix this: #21, but putting up an Issue so it's more easily searchable in case others run into the same problem
The text was updated successfully, but these errors were encountered: