I fixed the thing in my package.json that @DanielKlug told me to do for my mod, and now I got a new error.
The error is: Error: Could Not Load Mod
The mod worked fine before the Mod API update that happened earlier today.
Code:
{
"id" : "Mod",
"name" : "Game Dev Tycoon: Platforms, Events, and Topics OH MY!",
"version": "0.9.7",
"author":"Venomous aka Venom(Turntablelover) <darthcoolness@gmail.com>",
"description" : "Mod for Game Dev Tycoon",
"url" : "https://github.com/Turntablelover/Game-Dev-Tycoon-Mod",
"main" : "./venomous-modAPI",
"dependencies" : {
"gdt-modAPI":"0.1.x"
}
}
I do not know how to fix the problem. Please help me, this is a huge emergency.