Page 1 of 1

Interaction with blueprints from blueprint library

Posted: Tue Nov 16, 2021 2:50 pm
by oof2win2
I would like for some method of interaction with blueprints from the blueprint library. You can already see whether a player has a blueprint with LuaControl. is_cursor_blueprint and view it's entities with LuaControl. get_blueprint_entities. It would be nice to be able to access the blueprint as something like a LuaItemStack so it can be created into an actual item, or at least for functionality to get tiles of blueprints to be implemented, so that they can be added with LuaItemStack.set_blueprint_tiles, since entities can already be found with LuaControl.get_blueprint_entities.

Re: Interaction with blueprints from blueprint library

Posted: Tue Nov 16, 2021 3:56 pm
by FuryoftheStars
Is this similar in nature to this request?
viewtopic.php?f=28&t=96245

Re: Interaction with blueprints from blueprint library

Posted: Tue Nov 16, 2021 7:20 pm
by oof2win2
It is, missed it. Thanks.