Code: Select all
/c game.player.surface.create_entity{position={game.player.position.x+5,game.player.position.y},direction=0,force=game.player.force,mirroring=false,recipe="heavy-oil-cracking",name="chemical-plant"} game.player.surface.create_entity{position={game.player.position.x-5, game.player.position.y},direction=0,force=game.player.force,mirroring=true,recipe="heavy-oil-cracking",name="chemical-plant"} game.player.surface.create_entity{position={game.player.position.x+5,game.player.position.y+10},direction=0,force=game.player.force,mirroring=false,recipe="heavy-oil-cracking",name="entity-ghost",ghost_name="chemical-plant"} game.player.surface.create_entity{position={game.player.position.x-5, game.player.position.y+10},direction=0,force=game.player.force,mirroring=true,recipe="heavy-oil-cracking",name="entity-ghost",ghost_name="chemical-plant"}