Skip to content

Releases: RaydanOMGr/BasicModInfoParser

2.0.0

21 Mar 16:54
d479f32
Compare
Choose a tag to compare
  • 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

17 Jan 16:53
4a626bd
Compare
Choose a tag to compare

BasicModInfoParser now parses information about dependencies.

View changes at 1.0.1...1.1.0

1.0.1

13 Oct 12:37
Compare
Choose a tag to compare

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

13 Oct 12:33
Compare
Choose a tag to compare

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