Page 1 of 1

[1.1.68] create_entity item-request-proxy doesn't raise script_raised_built

Posted: Tue Aug 30, 2022 4:18 pm
by Xorimuth
When built with `surface.create_entity` and `raise_built = true`: `script_raised_built` is not raised. `item-request-proxy` doesn't raise other *_built events but I'm not sure if it should.

I'd like this so that my mod https://mods.factorio.com/mod/GhostWarnings can raise warnings after the player uses the Module Inserter mod.

Re: [1.1.68] create_entity item-request-proxy doesn't raise script_raised_built

Posted: Tue Aug 30, 2022 6:32 pm
by Rseding91
Xorimuth wrote: Tue Aug 30, 2022 4:18 pm When built with `surface.create_entity` and `raise_built = true`: `script_raised_built` is not raised. `item-request-proxy` doesn't raise other *_built events but I'm not sure if it should.
Thanks for the report however; yes it is.
factorio_3AXSKJE4Q8.webm
(4.29 MiB) Downloaded 80 times

Re: [1.1.68] create_entity item-request-proxy doesn't raise script_raised_built

Posted: Tue Aug 30, 2022 7:35 pm
by Xorimuth
Yep, it all works as expected, sorry for bothering you!