Don't build on ores


You can't build the factory on ores, you are need to remove it before. Compatible with all mods, works in multiplayer and costs no extra UPS. (added 'resource-layer' collision mask to some buildings).

1 year, 11 months ago
0.17 - 1.1
640

b [Fixed] Incompatibility with Cargo Ships

3 years ago

When trying to place a "Ship loading pump" from Cargo Ships mod (its meant to attach that mod's Oil Rig), the game responds with "Can't build on Deep Water".

3 years ago

Fixed in 0.2.2.

Now it can be added to exceptions:

    if not entity.mod_exceptions then
        entity.mod_exceptions = {["dont-build-on-ores"] = true}
    else
        entity.mod_exceptions["dont-build-on-ores"] = true
    end

New response