[14.1] Can't BP/Deconstruct entity if result name is not entity name
Posted: Sat Aug 27, 2016 11:26 am
This can be observed with Natural Evolutions Enemies - Artifact chest or
Make an item with a name of Item-1, result of item-1
Make an entity with a name of item-2 and a minable.result of item-1
/c game.player.surface.create_entity({name="item-2", force=game.player.force, position=game.player.position})
The created entity can not be deconstructed or blueprinted
Make an item with a name of Item-1, result of item-1
Make an entity with a name of item-2 and a minable.result of item-1
/c game.player.surface.create_entity({name="item-2", force=game.player.force, position=game.player.position})
The created entity can not be deconstructed or blueprinted