v0.2.1
Patch release: fixes the mod-supplied flavour override.
Fixed
- The mod-supplied flavour override (
assets/<yourmoddomain>/skillbooks/<traitcode>.json, letting another mod author ship their own title/blurb for their trait's book) was never actually reachable. Confirmed via decompile that Vintage Story's asset system only scans a fixed set of known category folders per domain -- the path was missing aconfig/prefix, so it was silently never indexed regardless of correct placement. Corrected path:assets/<yourmoddomain>/config/skillbooks/<traitcode>.json. See the README for details.
No other changes. Existing installs on 0.2.0 are unaffected unless you were relying on this specific feature.