Hey, about the compat between your planet mod and my Canal Excavator: You added the compat in data-final-fixes but I need it before that so I can create the required entities. Could you move it? It currently crashes when you try to build excavatable resource on the planet.
To be clear. You data-final-fixes file, line 10:
if mods["canal-excavator"] then require("prototypes.integer.canal") end
If you move it to data or data-updates it will work.
Thanks!