Code: Select all
data-updates.lua:       Biters_Dont_Attack(data.raw["curved-rail"])
data-updates.lua:       Biters_Dont_Attack(data.raw["straight-rail"])
data-updates.lua:       Biters_Dont_Attack(data.raw["rail-signal"])
data-updates.lua:       Biters_Dont_Attack(data.raw["rail-chain-signal"])
data-updates.lua:       Biters_Dont_Attack(data.raw["train-stop"])
Code: Select all
        for i,d in pairs(Raw) do
                local newflags = {}
                for pos=1,#d.flags do
                        if not (d.flags[pos] == "player-creation") then
                                table.insert(newflags, d.flags[pos])
                        end
                end
                d.flags = newflags
        end
So... how are we supposed to be able to use blueprints with rails, a fairly necessary task especially with F.A.R.L.?





