Poragon / BioCo

Bringing you top quality bioncs since 1999
2 stars 0 forks source link

ID TYPE MISSING #2

Open EvilQU3S4D1LL4S opened 2 years ago

EvilQU3S4D1LL4S commented 2 years ago

DEBUG : Error: Json error: data/mods/BioCo-1.5.3/construction/furniture.json:14:5: missing required field "id" in object: { "type": "construction", "description": "Build BioCo Assembly Machine", "category": "FURN", "required_skills": [ [ "fabrication", 6 ], [ "electronics", 7 ], [ "computer", 5 ] ], "time": 500, "using": [ [ "soldering_standard", 24 ] ], "qualities": [ [ { "id": "SCREW", "level": 1 } ] ], "components": [ [ [ "BioCo_Assembly_Machine", 1 ] ] ], "pre_note": "A assembly machine capable of producing BioCo Tech given the correct software.", "pre_special": "check_empty", "post_terrain": "f_BioCo_Assembly_Machine" },

"pre_special": "check_empty",
"post_terrain": "f_BioCo_Assembly_Machine"

}, ^ { "type": "construction", "description": "Build BioCo Chemical Engine",

FUNCTION : bool main_menu::new_character_tab() FILE : src/main_menu.cpp LINE : 865 VERSION : 0.F-2

EvilQU3S4D1LL4S commented 2 years ago

I fix the lint to look properly.