In combination with some mods gives the error "must have the same collision mask"
Found an error when running your mod in combination with Squeak Through and 5Dim's mod - New Mining. displays the error "entity prototype "tiberium-node-harvester" "something something" must have the same collision mask. In order to cure the error it was necessary to replace "tiberiumNodeHarvester. collision_mask = {"water-tile", "player-layer"}" to "tiberiumNodeHarvester.collision_mask = {"item-layer", "object-layer", "player-layer", "water-tile"}" is the standard mask according to https://wiki.factorio.com/Types/CollisionMask
Think about if possible to add treatment for such bugs in future versions
The mod is great thank you for it