[0.12.4] [kovarex] virtual double click on placing underground pipes

Bugs that are actually features.
Post Reply
kovarex
Factorio Staff
Factorio Staff
Posts: 8078
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: [0.12.4] [kovarex] virtual double click on placing underground pipes

Post by kovarex »

It is not Factorio bug.
In vanilla factorio, the pipe doesn't have fast-replacable group, so it works properly.
But once some mod adds fast replacable group to the pipe-to-ground, this starts to happen, as the mod failed to add the flag to prevent this problem.


The flag is called "fast-replaceable-no-build-while-moving", and is used in underground belt for example:

Code: Select all

flags = {"placeable-neutral", "player-creation", "fast-replaceable-no-build-while-moving"},
So it is up to the modders to fix it (someone should tell them probably).

Post Reply

Return to “Not a bug”