First mod manifest invalid

Hello I am making my first mod, what its supposed to do is create a new recipe for the carpenter for a fishing rod, the tool will make a worker into a fisherman but when I am trying to launch my mod stonehearth says that my manifest.json is invalid and I got no idea why.

I would really appreciate if one of you guys could help a newbie out.

https://github.com/10d22/fisherman

Hello,

On line 31 of your manifest.json, you end the line with a comma. Remove the comma and the file should then be OK.

Check out http://jsonlint.com/ – it is a tool for validating JSON.

Cheers,

illdred

3 Likes

Thanks cant believe that was it -.- Thanks for the website will help me catch such a mistake nextime.

1 Like