Page 1 of 1

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

Posted: Thu Aug 27, 2015 11:47 am
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).