Setting up a building for the robot to create?
Setting up a building for the robot to create?
I would like to instruct the robots to build a specific entity at a position, just like you can do it by using shift or placing a blue. Is there any possibility to do so without using a blueprint?
Re: Setting up a building for the robot to create?
Code: Select all
surface.create_entity{name="entity-ghost", inner_name="the-actual-entity", ... the usual stuff here ...}
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!
Re: Setting up a building for the robot to create?
awesome, thank you!