Releases: RaydanOMGr/BasicModInfoParser
Releases · RaydanOMGr/BasicModInfoParser
2.0.0
- Added support for mod files that contain multiple mod info objects, which is possible in legacy forge and was once possible in fabric.
- Added partial support for quilt.
View changes at 1.1.0...2.0.0
1.1.0
BasicModInfoParser now parses information about dependencies.
View changes at 1.0.1...1.1.0
1.0.1
Improved null-safety and added exception handling. Now you can catch parsing exceptions with ModInfoParseException
and non-null values in json files will not throw a NullPointerException
anymore, but instead just set the value to null
1.0.0
This is the first version of the library.
It supports legacy forge, fabric and forge/neoforge mod info formats and should theoretically be easily expandable