i'm playing with all the overhauls modpack and adding this to a separate mod fixes the issue without sacrificing all the other floating inserters
-- fix dredgeworks + renai
data.raw.recipe["floating-PlayerLauncher"] = nil
data.raw.recipe["floating-RTThrower-PrimerThrower"] = nil
data.raw.recipe["rf-floating-PlayerLauncher"] = nil
data.raw.recipe["rf-floating-RTThrower-PrimerThrower"] = nil
krastorio.technologies.removeEffects("floating-logistics-technology",{
{ type = "unlock-recipe", recipe = "floating-PlayerLauncher" },
{ type = "unlock-recipe", recipe = "rf-floating-PlayerLauncher" },
{ type = "unlock-recipe", recipe = "floating-RTThrower-PrimerThrower" },
{ type = "unlock-recipe", recipe = "rf-floating-RTThrower-PrimerThrower" }
})