Hmm, thanks for the update, though it's currently causing a Circular Dependency error on load, since my mod has an optional dependency on yours, and yours now has an optional dependency on mine. I could technically remove it from my side, but I think you might want to remove it from yours, since it isn't necessary (probably isn't necessary for me either though...)
Also, you might have wanted to keep some of those soft requirements in data.lua, since I think the intention was that the player should not load the game with Redrawn Space Connections unless either Interstellar Travel OR Redrawn Space Compatibility is also installed (same with Dea Dia System and Metal and Stars?)
EDIT: Testing with just Asteroid Belt and Dea Dia/Metal and Stars, and I'm not entirely sure why these mods were originally made incompatible without Interstellar Travel? There doesn't seem to be anything inherently wrong with having a spacegate connection from Nauvis to Metal and Stars, or having a similar route from Fulgora to Dea Dia, even if it visibly bypasses the belt, I assumed it was wormhole logic
If you want, I could provide you with an updated data.lua to make it work this way again. Although in theory, you could just replace this line from here):
local has_interstellar_travel = mods["interstellar-travel"]
to something like this:
local has_redrawn_space_compat = mods["redrawn-space-compat-fixes"]
and then update the checks and error messages accordingly (or just add it to the list of checks)