Greymerk / minecraft-roguelike

This is a mod for minecraft that adds randomly generated dungeon complexes.
GNU General Public License v3.0
130 stars 53 forks source link

Unparsable JSON Error #77

Closed sigurdtheone closed 7 years ago

sigurdtheone commented 7 years ago

Error: [21:06:45] [Server thread/ERROR] [FML]: The mcmod.info file in RoguelikeDungeons-1.11.2-1.6.2.jar cannot be parsed as valid JSON. It will be ignored

com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected name at line 10 column 3

Forge Version: 1.11.2-13.20.0.2201

MC version: 1.11.2

OS version: Ubuntu Server 16.04 LTS

Java Version: Java(TM) SE Runtime Environment (build 1.8.0_111-b14)

sigurdtheone commented 7 years ago

Fixed and tested by removing the trailing comma after "authorList"

Greymerk commented 7 years ago

Thanks. i removed a few lines in the file and forgot to remove the trailing comma. oops.