I can't get my mod to show up in-game. My User folder is supposed to be: C:\Users\user\AppData\Local\BeamNG\BeamNG.drive\current Inside \current\mods\dumptruck I have: /vehicles info.json info.json is the default one from the BeamNG modding guide: { "Author":"Author", "Body Style":"Body Style", "Brand":"Brand", "Country":"Country", "Derby Class":"Derby Class", "Name":"Name", "Type":"Type", "defaultPaintName1":"defaultPaintName1", "default_pc":"default_pc", "paints":{ "Pearl White":{ "baseColor":[ 0.83, 0.83, 0.83, 1.2 ], "clearcoat":1, "clearcoatRoughness":0.08, "metallic":0.3, "roughness":0.6 }, "Vibrant Red":{ "baseColor":[ 0.72, 0.13, 0.13, 1.2 ], "clearcoat":1, "clearcoatRoughness":0.08, "metallic":0, "roughness":1 } } } Nothing shows up in the manager, 'detecting broken mods' has never given me anything so i dont even know what part of this is wrong. --- Post updated --- I am only trying to replace the dumptruck engine with a more powerful one which is already working in JBeam (its added as a new part if i overwrite the game files). I had my own info.json previously but would not recognize it, so now i am using the default just trying to get it even recognize a mod exists.