{
"id": "GDT Expanded"
"name": "GDT Expanded"
"version": "0.1"
"author": "Steven_Rochfort"
"url": "http://sites.simbla.com/fb3f8974-2f77-9836-04e4-d36177c9da09/Home"
"description": "This mod aims to expand your game by adding topics, researches, events etc. **THIS MOD IS AT AN EARLY STAGE, USE AT YOUR OWN RISK**"
"main": "./source.js"
"dependencies": {
"gdt-modAPI": "0.1.x"
}
"image": "Icons/GDTE.png"
}
我正在为游戏编写一个mod。问题是,我有一个语法错误,没有找到的地方!我没有看到我的代码有任何问题。
当我启动游戏时,我收到此错误:
无法解析package.json:D:/ Game Dev Tycoon / mods / GDT Expanded / package.json:SyntaxError:D:\ Game Dev Tycoon \ mods \ GDT Expanded \ package.json:Unexpected string
答案 0 :(得分:2)
"property": value
对必须用,
个字符分隔。
答案 1 :(得分:1)
在JSON中,我们应该添加逗号" bleedBox
"在每个键值对之后。
,