I suggest changing this mod to use table insert, to be better compatible with other mods that does changes to energy sources.
if mods["Krastori2"] then
table.insert(data.raw["spider-vehicle"]["companion"].energy_source.fuel_categories, "vehicle-fuel")
end
if mods["aai-industry"] then
table.insert(data.raw["spider-vehicle"]["companion"].energy_source.fuel_categories,, "processed-chemical")
end