- NbtPath can now use quotes and escapes to allow otherwise illegal characters to be used in key names.
- Added commands for debugging modules:
/variants-cit <context> <module id> [summary|dump|walkthrough]
Those commands will replace the previously used"debug"parameters, and other infos printed in the log.
- NbtPath can now use quotes and escapes to allow otherwise illegal characters to be used in key names.
This version only contains optimizations, but touches a lot of low-level code. Please be on the lookout for unexpected behaviour changes.
- In case of conflicting
modelParents, modules with the most specificmodelPrefixwill take priority. Behaviour remains undefined for identical prefixes. - Reduced log spam in case of conflicting
modelParents. - Modules may now collect assets that have been generated by other modules.
- Modules will no longer collect or generate assets they can't possibly use. (This only affects a handful of module types that require specific syntaxes.)
- Fixed extreme loading times when too many modules crawl through large zip packs. (#87)
- Fixed modules failing to load without a
parametersblock.
- Transform
charset_remapcan now replace a single character with a longer string.


