Inlaid Lamps Extended

by Pi-C

This mod adds a lamp that you can embed into the floor.

Tweaks
1 year, 8 months ago
0.17 - 2.0
11.8K
Transportation Circuit network Cheats

b Error after update

a month ago

Failed to load mods: Error while running setup for entity prototype "small-lamp" (lamp): next_upgrade target (lamp-post) must have the same fast_replaceable_group (lamp != lamps).

Mods to be disabled:
InlaidLampsExtended (2.0.0)
lamp-post (1.0.3)

Lamp post is a dependency to another planet mod, game runs fine when I drop Inlaid Lamps. I really don't want to drop the mod as the lamps are all over my planets and ships.

13 days ago

Hi there

I added this to lamp-post /prototypes/lamp-post.lua in L5-8 :


use_fast_replaceable_group = "lamp"
if mods["InlaidLampsExtended"] then
use_fast_replaceable_group = "lamps"
end


and then changed
fast_replaceable_group = "lamp",
to
fast_replaceable_group = use_fast_replaceable_group,

then Factorio starts. I have no idea however what the side effects might be... maybe this helps, though.

New response