Age | Commit message (Collapse) | Author |
|
|
|
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The error now shows the relative folder paths (instead of manifest IDs), and only one error will be logged instead of one per duplicate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
versions
|
|
|
|
|
|
|
|
|
|
|
|
The new format is much more concise, reduces the memory footprint by only parsing metadata for loaded mods, and adds support for versioning and defaulting most fields.
|
|
|
|
|
|
|