Platforms


Allows you and your robots to build platforms. Platforms are placed on water, and act like landfill except that you can destroy platforms later to reclaim water tiles. They can also be put into a blueprint. Graphics from kaueNP.

Content
3 years ago
0.16 - 1.1
5.75K
Logistics

b [Fixed] Causing crash with other mod

5 years ago

It seems when a entity dies, the platforms mod calls the script to refill in the area,
However it first sets the tiles under the entity that just died.

In my case that causes the player near the teleporter (https://mods.factorio.com/mod/Teleporters) to be killed by the set tile action. Killing the player is compeltely unexpected, so naturally my script fails to account for it and errors.

Is there some mechanism you can provide so I can tell your mod not to run the event when my entity dies?

5 years ago

So I can fix it on my side, All you will need to do is add an optional dependency to your mod:

"dependencies": ["base", "?SeaBlock", "?Teleporters"]

and then it all works fine, cheers.

5 years ago

cool, I'll get this implemented

New response