This is to all mod creators! Please make a Info.json into your mod folder. If you don't know what to do here is a template: { "Name":"Name of car", "Brand":"Brand of car", "Transmission":"Automatic", "Drivetrain":"RWD", "Type":"Car", "colors":{ } Thanks to crashmaster for the template Sorry if you are making a map I don't know the template but it should be something similar
The template you posted is incomplete and will cause an error due to incorrect JSON syntax. Code: { "Name":"Car Name", "Brand":"Car Brand", "Transmission":"Automatic", "Drivetrain":"FWD", "Type":"Car", "Derby Class":"Compact Car", "default_pc":"stock", "default_color":"White", "colors":{ "White": "0.851 0.851 0.851 1", "Silver": "0.714 0.714 0.714 1" } }