[Rseding] [0.17.67] on_built_entity event not called when copy-pasting

This subforum contains all the issues which we already resolved.
Post Reply
alexk
Burner Inserter
Burner Inserter
Posts: 12
Joined: Tue Sep 03, 2019 11:47 am
Contact:

[Rseding] [0.17.67] on_built_entity event not called when copy-pasting

Post by alexk »

Hello,
on_built_entity no longer called when copy-pasting blueprints/ghost buildings.
It works when just placing ghost buildings manually.
I just made a mod which is now partially broken.

Expected:
on_built_entity called on copy-paste (it used to in previous version)

Actual:
on_built_entity is not called on copy-paste

Steps to reproduce:

Code: Select all

script.on_event(defines.events.on_built_entity, function()
  game.print("on_built_entity") -- wont be called on copy-paste
end)

Rseding91
Factorio Staff
Factorio Staff
Posts: 13198
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: [Rseding] [0.17.67] on_built_entity event not called when copy-pasting

Post by Rseding91 »

Thanks for the report. It's now fixed for the next version of 0.17.
If you want to get ahold of me I'm almost always on Discord.

quyxkh
Smart Inserter
Smart Inserter
Posts: 1028
Joined: Sun May 08, 2016 9:01 am
Contact:

Re: [Rseding] [0.17.67] on_built_entity event not called when copy-pasting

Post by quyxkh »

Is this resolved for all blueprinting? It's not just pasting, normal blueprints no longer fire o-b-e for the ghosts.

Rseding91
Factorio Staff
Factorio Staff
Posts: 13198
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: [Rseding] [0.17.67] on_built_entity event not called when copy-pasting

Post by Rseding91 »

All.
If you want to get ahold of me I'm almost always on Discord.

Post Reply

Return to “Resolved Problems and Bugs”