QuiltMC / quilt-config

Quilt Config (aka "haven king's metadata of madness") is a library designed to facilitate the creation and management of config files.
Apache License 2.0
21 stars 8 forks source link

Inconsistency: ReflectiveConfig allows access to metadata, TrackedValue does, but ReflectiveConfig.Section doesn't #44

Open anonymous123-code opened 5 months ago

anonymous123-code commented 5 months ago

The solution would be to make Section wrap a ValueTreeNode.Section just like ReflectiveConfig does for Config